Package: gtk

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

Lambda List

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

Arguments

view -- a gtk:tree-view widget
x -- an integer with the x coordinate relative to the widget
y -- an integer with the y coordinate relative to the widget

Return Value

bx -- an integer with the bin window x coordinate
by -- an integer with the bin window y coordinate

Details

Converts widget coordinates to coordinates for the bin window.

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