Description Usage Arguments Value Author(s)
Determines whether a drop is possible before the given dest.path
,
at the same depth as dest.path
. i.e., can we drop the data in
selection.data
at that location. dest.path
does not have to
exist; the return value will almost certainly be FALSE
if the
parent of dest.path
doesn't exist, though.
1 | gtkTreeDragDestRowDropPossible(object, dest.path, selection.data)
|
|
a |
|
destination row |
|
the data being dragged |
[logical] TRUE
if a drop is possible before dest.path
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.