-
Cast constructor, converting any binary integer to a
VisibilityState.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
the window is completely visible.
Declaration
Swift
static let unobscured: GdkVisibilityState -
the window is partially visible.
Declaration
Swift
static let partial: GdkVisibilityState -
the window is not visible at all.
Declaration
Swift
static let fullyObscured: GdkVisibilityState
View on GitHub
Install in Dash
VisibilityState Extension Reference