Skip to main content

Type Alias: GtkPrintUnixDialogProps

GtkPrintUnixDialogProps = Omit<GtkDialogProps, "onNotify"> & object

Defined in: generated/jsx.ts:7634

Props for the GtkPrintUnixDialog widget.

Type Declaration

NameTypeDescriptionDefined in
children?ReactNode-generated/jsx.ts:7649
currentPage?numberThe current page in the document.generated/jsx.ts:7636
embedPageSetup?boolean%TRUE if the page setup controls are embedded.generated/jsx.ts:7638
hasSelection?booleanWhether the application has a selection.generated/jsx.ts:7640
manualCapabilities?Gtk.PrintCapabilitiesCapabilities the application can handle.generated/jsx.ts:7642
onNotify?(self, propName) => void | nullCalled 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.PageSetupThe GtkPageSetup object to use.generated/jsx.ts:7644
printSettings?Gtk.PrintSettingsThe GtkPrintSettings object used for this dialog.generated/jsx.ts:7646
ref?Ref<Gtk.PrintUnixDialog>-generated/jsx.ts:7668
supportSelection?booleanWhether the dialog supports selection.generated/jsx.ts:7648