gtkTreeSetRowDragData {RGtk2} | R Documentation |
Sets selection data of target type GTK_TREE_MODEL_ROW
. Normally used
in a drag_data_get handler.
gtkTreeSetRowDragData(object, tree.model, path)
|
[GtkSelectionData ] some GtkSelectionData |
|
[GtkTreeModel ] a GtkTreeModel |
|
[GtkTreePath ] a row in tree.model |
[logical] TRUE
if the GtkSelectionData
had the proper target type to allow us to set a tree row
Derived by RGtkGen from GTK+ documentation