TreeDragDestIF.setRowDragData

Sets selection data of target type GTK_TREE_MODEL_ROW. Normally used in a drag_data_get handler.

interface TreeDragDestIF
static
int
setRowDragData

Parameters

selectionData SelectionData

some GtkSelectionData

treeModel TreeModelIF

a GtkTreeModel

path TreePath

a row in tree_model

Return Value

Type: int

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

Meta