TreeDragSource.rowDraggable

Asks the gtk.tree_drag_source.TreeDragSource 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.

More...
interface TreeDragSource
bool
rowDraggable

Parameters

path gtk.tree_path.TreePath

row on which user is initiating a drag

Return Value

Type: bool

true if the row can be dragged

Detailed Description

Deprecated: Use list models instead