SpinType

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Increment by the adjustments step increment.

    Declaration

    Swift

    static let stepForward: GtkSpinType
  • Decrement by the adjustments step increment.

    Declaration

    Swift

    static let stepBackward: GtkSpinType
  • Increment by the adjustments page increment.

    Declaration

    Swift

    static let pageForward: GtkSpinType
  • Decrement by the adjustments page increment.

    Declaration

    Swift

    static let pageBackward: GtkSpinType
  • Go to the adjustments lower bound.

    Declaration

    Swift

    static let home: GtkSpinType
  • end

    Go to the adjustments upper bound.

    Declaration

    Swift

    static let end: GtkSpinType
  • Change by a specified amount.

    Declaration

    Swift

    static let userDefined: GtkSpinType