Method

GtkTreeViewColumnset_sort_column_id

Declaration [src]

void
gtk_tree_view_column_set_sort_column_id (
  GtkTreeViewColumn* tree_column,
  gint sort_column_id
)

Description [src]

Sets the logical sort_column_id that this column sorts on when this column is selected for sorting. Doing so makes the column header clickable.

Parameters

sort_column_id

Type: gint

The sort_column_id of the model to sort on.