Package: gtk
Function gtk:tree-drag-dest-row-drop-possible
Lambda Listgtk:tree-drag-dest-row-drop-possible (dest path value) ArgumentsReturn ValueTrue if a drop is possible before dest. Details Determines whether a drop is possible before the given dest, at the same depth as dest. That is, can we drop the data in data at that location. The dest
argument does not have to exist. The return value will almost certainly be false if the parent of dest does not exist, though. Warning | See also |
#2024-5-1