[Top]
GTK2
GTK2.TreeDragSource
|
Method GTK2.TreeDragSource()->drag_data_delete()
- Method
drag_data_delete
int drag_data_delete(GTK2.TreePath path)
- Description
Asks to delete the row at path, because it was moved somewhere else via
drag-and-drop. Returns false if the deletion fails because path no longer
exists, or for some model-specific reason.
|