[Top]
GTK2
GTK2.TreeDragDest
|
Method GTK2.TreeDragDest()->row_drop_possible()
- Method
row_drop_possible
int row_drop_possible(GTK2.TreePath path, GTK2.SelectionData sel)
- Description
Determines whether a drop is possible before past, at the same depth as
path. i.e., can we drop the data in sel at that location. path does not
have to exist; the return value will almost certainly be false if the
parent of path doesn't exist, though.
|