Type Alias: GtkPrintUnixDialogProps
GtkPrintUnixDialogProps =
Omit<GtkDialogProps,"onNotify"> &object
Defined in: generated/jsx.ts:7634
Props for the GtkPrintUnixDialog widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | - | generated/jsx.ts:7649 |
currentPage? | number | The current page in the document. | generated/jsx.ts:7636 |
embedPageSetup? | boolean | %TRUE if the page setup controls are embedded. | generated/jsx.ts:7638 |
hasSelection? | boolean | Whether the application has a selection. | generated/jsx.ts:7640 |
manualCapabilities? | Gtk.PrintCapabilities | Capabilities the application can handle. | generated/jsx.ts:7642 |
onNotify? | (self, propName) => void | null | Called when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case) | generated/jsx.ts:7655 |
pageSetup? | Gtk.PageSetup | The GtkPageSetup object to use. | generated/jsx.ts:7644 |
printSettings? | Gtk.PrintSettings | The GtkPrintSettings object used for this dialog. | generated/jsx.ts:7646 |
ref? | Ref<Gtk.PrintUnixDialog> | - | generated/jsx.ts:7668 |
supportSelection? | boolean | Whether the dialog supports selection. | generated/jsx.ts:7648 |