虚拟方法
GtkTreeSortableset_sort_func
已弃用:4.10
声明 [src]
void
set_sort_func (
GtkTreeSortable* sortable,
int sort_column_id,
GtkTreeIterCompareFunc sort_func,
gpointer user_data,
GDestroyNotify destroy
)
描述 [src]
将排序时使用的比较函数设置为 sort_func
。如果 sortable
的当前排序列 ID 与 sort_column_id
相同,则模型将使用此函数进行排序。
自 4.10 版本起已弃用
请勿在新编写的代码中使用它。
参数
sort_column_id
-
类型:
int
为函数设置排序列 ID。
sort_func
-
比较函数。
user_data
-
类型:
gpointer
传递给
sort_func
的用户数据。此参数可以为 NULL
。数据由方法的调用者所有。 destroy
-
类型:
GDestroyNotify
user_data
的销毁通知器。