| gtkFixedMove {RGtk2} | R Documentation |
Moves a child of a GtkFixed container to the given position.
gtkFixedMove(object, widget, x, y)
|
[GtkFixed] a GtkFixed. |
|
[GtkWidget] the child widget. |
|
[integer] the horizontal position to move the widget to. |
|
[integer] the vertical position to move the widget to. |
Derived by RGtkGen from GTK+ documentation