treeSetRowDragData

fnbool 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

selectionDatasome #GtkSelectionData
treeModela #GtkTreeModel
patha row in tree_model

Returns

true if the #GtkSelectionData had the proper target type to allow us to set a tree row