Package: gtk

Function gtk-fixed-put

Lambda List

gtk-fixed-put (fixed widget x y)

Arguments

fixed -- a gtk-fixed widget
widget -- a gtk-widget child widget to add
x -- an integer with the horizontal position to place the child widget at
y -- an integer with the vertical position to place the child widget at

Details

Adds a child widget to a fixed widget at the given position.
 

See also

*2021-12-17