gtkTreeSortableSetSortColumnId {RGtk2} | R Documentation |
Sets the current sort column to be sort.column.id
. The sortable
will
resort itself to reflect this change, after emitting a
GtkTreeSortable::sort_column_changed signal. If sort.column.id
is
GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID
, then the default sort function
will be used, if it is set.
gtkTreeSortableSetSortColumnId(object, sort.column.id, order)
|
[GtkTreeSortable ] A GtkTreeSortable |
|
[integer] the sort column id to set |
|
[GtkSortType ] The sort order of the column |
Derived by RGtkGen from GTK+ documentation