Package: gtk

Function gtk:fixed-move

Lambda List

gtk:fixed-move (fixed child x y)

Arguments

fixed -- a gtk:fixed widget
child -- a gtk:widget child widget
x -- a number which is coerced to a double float with the horizontal position to move the child widget to
y -- a number which is coerced to a double float with the vertical position to move the child widget to

Details

Sets a translation transformation to the given x and y coordinates to the child widget of the given fixed widget.
 

See also

2024-4-19