Package: gtk

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

Lambda List

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

Syntax

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

Arguments

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

Details

Converts bin window coordinates to widget relative 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