Package: gtk

Function gtk:tree-view-convert-tree-to-widget-coords

Lambda List

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

Syntax

(gtk:tree-view-convert-tree-to-widget-coords view x y) => wx, wy

Arguments

view -- a gtk:tree-view widget
x -- an integer for the x coordinate relative to the tree view
y -- an integer for the y coordinate relative to the tree view
wx -- an integer for the widget x coordinate
wy -- an integer for the widget y coordinate

Details

Converts tree view coordinates, coordinates in full scrollable area of the tree, to widget 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