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)

Syntax

(gtk:icon-view-convert-widget-to-bin-window-coords view x y) => rx, ry

Arguments

view -- a gtk:icon-view widget
x -- an integer for the x coordinate relative to the widget
y -- an integer for the y coordinate relative to the widget
rx -- an integer for the bin window x coordinate
ry -- an integer for the bin window y coordinate

Details

Converts widget coordinates to coordinates for the GDK window, as expected by, for example, the gtk:icon-view-path-at-pos function.
 

See also

#2025-07-05