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)

Arguments

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

Return Value

wx -- an integer with the widget x coordinate
wy -- an integer with 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

#2024-3-10