treeGetRowDragData

fnbool treeGetRowDragData(gobject.value.Value value, out gtk.tree_model.TreeModel treeModel, out gtk.tree_path.TreePath path)

Obtains a tree_model and path from value of target type GTK_TYPE_TREE_ROW_DATA.

The returned path must be freed with [gtk.tree_path.TreePath.free].

Parameters

valuea [gobject.value.Value]
treeModela [gtk.tree_model.TreeModel]
pathrow in tree_model

Returns

true if selection_data had target type GTK_TYPE_TREE_ROW_DATA

is otherwise valid

Deprecated

Use list models instead