API 版本:4.0
库版本:4.17.2
由 gi-docgen 2024.2 生成
弃用:4.10
void gtk_list_store_reorder ( GtkListStore* store, int* new_order )
将 store 重新排序以按照 new_order 指定的顺序排列。请注意,此函数仅适用于未排序的存储。
store
new_order
自 4.10 版本开始弃用
使用列表模型。
类型: 一个整数数组
整数数组,将每个子项的新位置映射到重新排序前的旧位置,即 new_order[newpos] = oldpos。此数组必须与列表存储的长度正好一样长。
new_order[newpos] = oldpos
NULL