gtkTreeViewColumnGetSortColumnId {RGtk2}R Documentation

gtkTreeViewColumnGetSortColumnId

Description

Gets the logical sort.column.id that the model sorts on when this column is selected for sorting. See gtkTreeViewColumnSetSortColumnId.

Usage

gtkTreeViewColumnGetSortColumnId(object)

Arguments

object [GtkTreeViewColumn] a GtkTreeViewColumn

Value

[integer] the current sort.column.id for this column, or -1 if this column can't be used for sorting.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]