Class: Gtk::ColumnViewSorter
Instance Method Summary collapse
-
#get_nth_sort_column(position, sort_order) ⇒ Gtk::ColumnViewColumn
Gets the position'th sort column and its associated sort order.
-
#n_sort_columns ⇒ Integer
Returns the number of columns by which the sorter sorts.
-
#primary_sort_column ⇒ Gtk::ColumnViewColumn
The primary sort column.
-
#primary_sort_column=(primary_sort_column) ⇒ Gtk::ColumnViewColumn
The primary sort column.
-
#primary_sort_order ⇒ Gtk::SortType
The primary sort order.
-
#primary_sort_order=(primary_sort_order) ⇒ Gtk::SortType
The primary sort order.
Methods inherited from Sorter
Instance Method Details
#get_nth_sort_column(position, sort_order) ⇒ Gtk::ColumnViewColumn
Gets the position'th sort column and its associated sort order.
Use the [signalGtk.Sorter::changed] signal to get notified when sort columns change.
#n_sort_columns ⇒ Integer
Returns the number of columns by which the sorter sorts.
If the sorter of the primary sort column does not determine a total order, then the secondary sorters are consulted to break the ties.
Use the [signalGtk.Sorter::changed] signal to get notified when the number of sort columns changes.
#primary_sort_column ⇒ Gtk::ColumnViewColumn
The primary sort column.
The primary sort column is the one that displays the triangle in a column view header.
#primary_sort_column=(primary_sort_column) ⇒ Gtk::ColumnViewColumn
The primary sort column.
The primary sort column is the one that displays the triangle in a column view header.
#primary_sort_order ⇒ Gtk::SortType
The primary sort order.
The primary sort order determines whether the triangle displayed in the column view header of the primary sort column points upwards or downwards.
#primary_sort_order=(primary_sort_order) ⇒ Gtk::SortType
The primary sort order.
The primary sort order determines whether the triangle displayed in the column view header of the primary sort column points upwards or downwards.