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.cr

Enum 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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def ascending? #

[View source]
def descending? #

[View source]
def none? #

[View source]
def other? #

[View source]