方法

声明 [源]

int
gtk_tree_view_column_get_sort_column_id (
  GtkTreeViewColumn* tree_column
)

描述 [源]

当此列被选中用于排序时,获取模型排序的逻辑 sort_column_id

gtk_tree_view_column_set_sort_column_id()

自 4.10 版本起已弃用

使用 GtkColumnView 代替。

返回值

类型: int

此列当前的 sort_column_id,或 -1(如果此列不能用于排序)。