Package: gtk
Function gtk:tree-view-get-dest-row-at-pos
Lambda Listgtk:tree-view-get-dest-row-at-pos (view x y) SyntaxArgumentsDetails
Determines the destination row for a given position. The arguments x and y are expected to be in widget coordinates.
This function is only meaningful if the tree view is realized. Therefore this function will always return nil if view is not realized or does
not have a model. Warning | See also |
#2025-07-22