-
Cast constructor, converting any binary integer to a
EventSequenceState.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
The sequence is handled, but not grabbed.
Declaration
Swift
static let none: GtkEventSequenceState -
The sequence is handled and grabbed.
Declaration
Swift
static let claimed: GtkEventSequenceState -
The sequence is denied.
Declaration
Swift
static let denied: GtkEventSequenceState
View on GitHub
Install in Dash
EventSequenceState Extension Reference