函数
GtkTreePathnew_from_indices
已弃用:4.10
声明 [源]
GtkTreePath*
gtk_tree_path_new_from_indices (
int first_index,
...
)
描述 [源]
使用first_index
和varargs
作为索引创建一个新的路径。
返回值
类型: GtkTreePath
一个新创建的GtkTreePath
。
函数调用者负责管理数据,并负责释放它。 |
已弃用:4.10
GtkTreePath*
gtk_tree_path_new_from_indices (
int first_index,
...
)
使用first_index
和varargs
作为索引创建一个新的路径。
类型: GtkTreePath
一个新创建的GtkTreePath
。
函数调用者负责管理数据,并负责释放它。 |