Module: Gtk::AccessibleSort

Defined in:
(unknown)

Constant Summary collapse

NONE =

There is no defined sort applied to the column.

0 or :none
ASCENDING =

Items are sorted in ascending order by this column.

1 or :ascending
DESCENDING =

Items are sorted in descending order by this column.

2 or :descending
OTHER =

A sort algorithm other than ascending or descending has been applied.

3 or :other