AccessibleSort
Description:
[ CCode ( cprefix = "GTK_ACCESSIBLE_SORT_" , type_id = "gtk_accessible_sort_get_type ()" ) ]
public enum AccessibleSort
The possible values for the gtk_accessible_property_sort accessible property.
Content:
Enum values:
- ASCENDING - Items are sorted in
ascending order by this column.
- DESCENDING - Items are sorted in
descending order by this column.
- NONE - There is no defined sort applied to
the column.
- OTHER - A sort algorithm other than
ascending or descending has been applied.