treeSetRowDragData
fn
bool treeSetRowDragData(gtk.selection_data.SelectionData selectionData, gtk.tree_model.TreeModel treeModel, gtk.tree_path.TreePath path)Sets selection data of target type GTK_TREE_MODEL_ROW. Normally used in a drag_data_get handler.
Parameters
selectionData | some #GtkSelectionData |
treeModel | a #GtkTreeModel |
path | a row in tree_model |
Returns
true if the #GtkSelectionData had the proper target type to allow us to set a tree row