TextWindowType

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Window that floats over scrolling areas.

    Declaration

    Swift

    static let widget: GtkTextWindowType
  • Scrollable text window.

    Declaration

    Swift

    static let text: GtkTextWindowType
  • Left side border window.

    Declaration

    Swift

    static let left: GtkTextWindowType
  • Right side border window.

    Declaration

    Swift

    static let right: GtkTextWindowType
  • top

    Top border window.

    Declaration

    Swift

    static let top: GtkTextWindowType
  • Bottom border window.

    Declaration

    Swift

    static let bottom: GtkTextWindowType