TreeDragSourceIF.rowDraggable

Asks the GtkTreeDragSource whether a particular row can be used as the source of a DND operation. If the source doesn’t implement this interface, the row is assumed draggable.

interface TreeDragSourceIF
bool
rowDraggable

Parameters

path TreePath

row on which user is initiating a drag

Return Value

Type: bool

TRUE if the row can be dragged