Package: gtk

Function gtk-layout-put

Lambda List

gtk-layout-put (layout widget x y)

Arguments

layout -- a gtk-layout widget
child -- a gtk-widget child widget
x -- an integer with the x position of the child widget
y -- an integer with the y position of the child widget

Details

Adds a child widget to the layout, at the given position in pixels. The layout becomes the new parent container of the child widget.
 

See also

*2021-12-9