AccessibleSort

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • There is no defined sort applied to the column.

    Declaration

    Swift

    static let none: GtkAccessibleSort
  • Items are sorted in ascending order by this column.

    Declaration

    Swift

    static let ascending: GtkAccessibleSort
  • Items are sorted in descending order by this column.

    Declaration

    Swift

    static let descending: GtkAccessibleSort
  • A sort algorithm other than ascending or descending has been applied.

    Declaration

    Swift

    static let other: GtkAccessibleSort