-
Cast constructor, converting any binary integer to a
PrintOperationAction
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
Show the print dialog.
Declaration
Swift
static let printDialog: GtkPrintOperationAction
-
Start to print without showing the print dialog, based on the current print settings.
Declaration
Swift
static let print: GtkPrintOperationAction
-
Show the print preview.
Declaration
Swift
static let preview: GtkPrintOperationAction
-
Export to a file. This requires the export-filename property to be set.
Declaration
Swift
static let export: GtkPrintOperationAction