Package: gtk

Enum gtk-sort-type

Details

Determines the direction of a sort.
(define-g-enum "GtkSortType" gtk-sort-type
  (:export t
   :type-initializer "gtk_sort_type_get_type")
  (:ascending 0)
  (:descending 1))  
:ascending
Sorting is in ascending order.
:descending
Sorting is in descending order.
 

See also

2021-3-21