-
Cast constructor, converting any binary integer to a
FileChooserConfirmation
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
The file chooser will present its stock dialog to confirm about overwriting an existing file.
Declaration
Swift
static let confirm: GtkFileChooserConfirmation
-
The file chooser will terminate and accept the user’s choice of a file name.
Declaration
Swift
static let acceptFilename: GtkFileChooserConfirmation
-
The file chooser will continue running, so as to let the user select another file name.
Declaration
Swift
static let selectAgain: GtkFileChooserConfirmation