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)

Syntax

(gtk:tree-view-convert-tree-to-bin-window-coords view x y) => bx, by

Arguments

view -- a gtk:tree-view widget
x -- an integer for the tree x coordinate
y -- an integer for the tree y coordinate
bx -- an integer for the x coordinate relative to bin window
by -- an integer for 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

#2025-4-15