Gtk.TreeSortableIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
g_iface |
r |
||
get_sort_column_id |
r |
Fills in sort_column_id and order with the current sort column and the order. |
|
has_default_sort_func |
r |
|
|
set_default_sort_func |
r |
Sets the default comparison function used when sorting to be sort_func. |
|
set_sort_column_id |
r |
Sets the current sort column to be sort_column_id. |
|
set_sort_func |
r |
Sets the comparison function used when sorting to be sort_func. |
|
sort_column_changed |
r |
Signal emitted when the sort column or sort order of sortable is changed. |
Methods¶
None
Details¶
- class Gtk.TreeSortableIface¶