Package: gtk

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

Lambda List

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

Arguments

view -- a gtk:tree-view widget
x -- an integer with the tree x coordinate
y -- an integer with the tree y coordinate

Return Value

bx -- an integer with the x coordinate relative to bin window
by -- an integer with the y coordinate relative to bin window

Details

Converts tree view coordinates, coordinates in full scrollable area of the tree view, to bin window coordinates.

Warning

The gtk:tree-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-3-10