Gtk.TreeSortableIface - Interface Structures - Gtk 3.0 (original) (raw)

Fields

Name Type Access Description
g_iface GObject.TypeInterface r
get_sort_column_id object r Fills in sort_column_id and order with the current sort column and the order.
has_default_sort_func object r True if the model has a default sort function.
set_default_sort_func object r Sets the default comparison function used when sorting to be sort_func.
set_sort_column_id object r Sets the current sort column to be sort_column_id.
set_sort_func object r Sets the comparison function used when sorting to be sort_func.
sort_column_changed object r Signal emitted when the sort column or sort order of sortable is changed.

Methods

None

Details

class Gtk.TreeSortableIface