VisibilityState

public extension VisibilityState
  • Cast constructor, converting any binary integer to a VisibilityState.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The 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