Enumeration
GtkAccessibleSort
Members
- 
            GTK_ACCESSIBLE_SORT_NONE
- 
            There is no defined sort applied to the column. - Value: 0
- Available since: 4.0
 
- Value: 
- 
            GTK_ACCESSIBLE_SORT_ASCENDING
- 
            Items are sorted in ascending order by this column. - Value: 1
- Available since: 4.0
 
- Value: 
- 
            GTK_ACCESSIBLE_SORT_DESCENDING
- 
            Items are sorted in descending order by this column. - Value: 2
- Available since: 4.0
 
- Value: 
- 
            GTK_ACCESSIBLE_SORT_OTHER
- 
            A sort algorithm other than ascending or descending has been applied. - Value: 3
- Available since: 4.0
 
- Value: