Description Usage Arguments Value Author(s)
Determines the destination row for a given position. drag.x
and
drag.y
are expected to be in widget coordinates. This function is only
meaningful if tree.view
is realized. Therefore this function will always
return FALSE
if tree.view
is not realized or does not have a model.
1 | gtkTreeViewGetDestRowAtPos(object, drag.x, drag.y)
|
|
a |
|
the position to determine the destination row for |
|
the position to determine the destination row for |
A list containing the following elements:
retval |
[logical] whether there is a row at the given position, |
|
Return location for the path of the highlighted row, or |
|
Return location for the drop position, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.