gtkTreeViewColumnSetSortColumnId {RGtk2}R Documentation

gtkTreeViewColumnSetSortColumnId

Description

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.

Usage

gtkTreeViewColumnSetSortColumnId(object, sort.column.id)

Arguments

object [GtkTreeViewColumn] a GtkTreeViewColumn
sort.column.id [integer] The sort.column.id of the model to sort on.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]