treeGetRowDragData

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.

More...

Parameters

value gobject.value.Value
treeModel gtk.tree_model.TreeModel
path gtk.tree_path.TreePath

row in tree_model

Return Value

Type: bool

true if selection_data had target type GTK_TYPE_TREE_ROW_DATA is otherwise valid

Detailed Description

Deprecated: Use list models instead