Package: gtk

Function gtk-fixed-move

Lambda List

gtk-fixed-move (fixed widget x y)

Arguments

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

Details

Moves a child widget of a fixed widget to the given position.
 

See also

*2021-12-17