TreeDragSourceT.setRowDragData

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

template TreeDragSourceT(TStruct)
static
bool
setRowDragData
(
SelectionData selectionData
,,
TreePath path
)

Parameters

selectionData SelectionData

some #GtkSelectionData

treeModel TreeModelIF

a #GtkTreeModel

path TreePath

a row in @tree_model

Return: %TRUE if the #GtkSelectionData had the proper target type to allow us to set a tree row

Meta