Function
Gtktree_set_row_drag_data
Declaration [src]
gboolean
gtk_tree_set_row_drag_data (
GtkSelectionData* selection_data,
GtkTreeModel* tree_model,
GtkTreePath* path
)
Description [src]
Sets selection data of target type GTK_TREE_MODEL_ROW
. Normally used
in a drag_data_get handler.
Parameters
selection_data
-
Type:
GtkSelectionData
Some
GtkSelectionData
.The data is owned by the caller of the function. tree_model
-
Type:
GtkTreeModel
A
GtkTreeModel
.The data is owned by the caller of the function. path
-
Type:
GtkTreePath
A row in
tree_model
.The data is owned by the caller of the function.