Method GTK2.TreeSortable()->set_sort_column_id()


Method set_sort_column_id

GTK2.TreeSortable set_sort_column_id(int column, int order)

Description

Sets the current sort column to be column. The widget will resort itself to reflect this change, after emitting a "sort-column-changed" signal. If column is GTK2.TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID, then the default sort function will be used, if it is set.