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 for the GDK window x coordinate
y -- an integer for the GDK window y coordinate

Return Value

wx -- an integer for the widget x coordinate
wy -- an integer for the widget y coordinate

Details

Converts GDK window coordinates, see the gtk:tree-view-bin-window function, to widget relative coordinates.
 

See also

#2025-07-04