Lambda List
gtk:tree-view-convert-widget-to-bin-window-coords (view x y)
Syntax
(gtk:tree-view-convert-widget-to-bin-window-coords view x y) => bx, by
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
bx -- an integer for the bin window x coordinate
by -- an integer for 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.