Package: gtk

Function gtk:tree-drag-source-row-draggable

Lambda List

gtk:tree-drag-source-row-draggable (source path)

Arguments

source -- a gtk:tree-drag-source object
path -- a gtk:tree-path instance with the row on which user is initiating a drag

Return Value

True if the row can be dragged.

Details

Asks the gtk:tree-drag-source object whether a particular row can be used as the source of a DND operation. If the source does not implement this interface, the row is assumed draggable.

Warning

The gtk:tree-drag-source implementation is deprecated since 4.10. Use list models instead.
 

See also

#2024-5-1