Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkFixedMove: gtkFixedMove
Description
Moves a child of a
GtkFixed
container to the given position.
Usage
gtkFixedMove(object, widget, x, y)
Arguments
object
a
GtkFixed
.
widget
the child widget.
x
the horizontal position to move the widget to.
y
the vertical position to move the widget to.