CornerType

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Place the scrollbars on the right and bottom of the widget (default behaviour).

    Declaration

    Swift

    static let topLeft: GtkCornerType
  • Place the scrollbars on the top and right of the widget.

    Declaration

    Swift

    static let bottomLeft: GtkCornerType
  • Place the scrollbars on the left and bottom of the widget.

    Declaration

    Swift

    static let topRight: GtkCornerType
  • Place the scrollbars on the top and left of the widget.

    Declaration

    Swift

    static let bottomRight: GtkCornerType