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:
GtkSelectionDataSome
GtkSelectionData.The data is owned by the caller of the function. tree_model-
Type:
GtkTreeModelA
GtkTreeModel.The data is owned by the caller of the function. path-
Type:
GtkTreePathA row in
tree_model.The data is owned by the caller of the function.