tree_create_row_drag_content
Description:
public ContentProvider tree_create_row_drag_content (
TreeModel tree_model,
TreePath path)
Creates a content provider for dragging path
from tree_model
.
Parameters:
tree_model |
a `GtkTreeModel`
|
path |
a row in tree_model
|
Returns:
a new `GdkContentProvider`
|