-
Cast constructor, converting any binary integer to a
PrintOperationResult.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
An error has occurred.
Declaration
Swift
static let error: GtkPrintOperationResult -
The print settings should be stored.
Declaration
Swift
static let apply: GtkPrintOperationResult -
The print operation has been canceled, the print settings should not be stored.
Declaration
Swift
static let cancel: GtkPrintOperationResult -
The print operation is not complete yet. This value will only be returned when running asynchronously.
Declaration
Swift
static let inProgress: GtkPrintOperationResult
View on GitHub
Install in Dash
PrintOperationResult Extension Reference