Package: gtk

Function gtk:fixed-put

Lambda List

gtk:fixed-put (fixed child x y)

Arguments

fixed -- a gtk:fixed widget
child -- a gtk:widget child widget to add
x -- a number coerced to a double float for the horizontal position to place the child widget at
y -- a number coerced to a double float for the vertical position to place the child widget at

Details

Adds a child widget to a fixed widget and assigns a translation transformation to the given x and y coordinates to it.
 

See also

2025-3-25