enum
Gtk::AccessibleSort
Overview
The possible values for the %GTK_ACCESSIBLE_PROPERTY_SORT accessible property.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
None =
0_u32 -
There is no defined sort applied to the column.
-
Ascending =
1_u32 -
Items are sorted in ascending order by this column.
-
Descending =
2_u32 -
Items are sorted in descending order by this column.
-
Other =
3_u32 -
A sort algorithm other than ascending or descending has been applied.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#ascending?
Returns
trueif this enum value equalsAscending -
#descending?
Returns
trueif this enum value equalsDescending -
#none?
Returns
trueif this enum value equalsNone -
#other?
Returns
trueif this enum value equalsOther
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.