gtkTreeViewGetDestRowAtPos
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.
gtkTreeViewGetDestRowAtPos(object, drag.x, drag.y)
|
|
|
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.