WindowWindowClass

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • window for graphics and events

    Declaration

    Swift

    static let inputOutput: GdkWindowWindowClass
  • window for events only

    Declaration

    Swift

    static let inputOnly: GdkWindowWindowClass