Package: gtk

Function gtk-icon-view-convert-widget-to-bin-window-coords

Lambda List

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

Arguments

view -- a gtk-icon-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

rx -- an integer with the bin window x coordinate
ry -- an integer with the bin window y coordinate

Details

Converts widget coordinates to coordinates for the bin window, as expected by e.g. the function gtk-icon-view-path-at-pos.
 

See also

2021-3-9