Package: gtk

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

Lambda List

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

Syntax

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

Arguments

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

Details

Converts widget coordinates to coordinates for the tree view, the full scrollable area of the tree view.

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