函数
Gtktree_get_row_drag_data
已弃用: 4.10
声明 [源代码]
gboolean
gtk_tree_get_row_drag_data (
const GValue* value,
GtkTreeModel** tree_model,
GtkTreePath** path
)
说明 [源代码]
从值类型 GTK_TYPE_TREE_ROW_DATA 获取 tree_model and path。
返回的路径使用 gtk_tree_path_free() 释放。
已弃用:4.10
改为使用列表模型。
参数
value-
类型:
GValue一个
GValue。数据由函数调用者所有。 tree_model-
类型:
GtkTreeModel一个
GtkTreeModel。自变量由函数设置。 自变量由函数可设为 NULL。自变量可为 NULL。返回的数据由函数所有。 path-
类型:
GtkTreePathtree_model中的行。自变量由函数设置。 自变量由函数可设为 NULL。自变量可为 NULL。函数调用者负责返回数据的的所有权,并负责释放。