ArrowPlacement

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Place one arrow on each end of the menu.

    Declaration

    Swift

    static let both: GtkArrowPlacement
  • Place both arrows at the top of the menu.

    Declaration

    Swift

    static let start: GtkArrowPlacement
  • end

    Place both arrows at the bottom of the menu.

    Declaration

    Swift

    static let end: GtkArrowPlacement