WindowType

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • A regular window, such as a dialog.

    Declaration

    Swift

    static let toplevel: GtkWindowType
  • A special window such as a tooltip.

    Declaration

    Swift

    static let popup: GtkWindowType