Package: gtk

Function gtk:tree-view-convert-bin-window-to-tree-coords

Lambda List

gtk:tree-view-convert-bin-window-to-tree-coords (view x y)

Arguments

view -- a gtk:tree-view widget
x -- an integer with the x coordinate relative to GDK window
y -- an integer with the y coordinate relative to GDK window

Return Value

tx -- an integer with the tree x coordinate
ty -- an integer with the tree y coordinate

Details

Converts GDK window coordinates to coordinates for the tree view (the full scrollable area of the tree view).
 

See also

#2024-3-12