TreeDragSourceIF.setRowDragData

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

interface TreeDragSourceIF
static
bool
setRowDragData

Parameters

selectionData SelectionData

some #GtkSelectionData

treeModel TreeModelIF

a #GtkTreeModel

path TreePath

a row in @tree_model

Return Value

Type: bool

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

Meta