gtkFixedMove {RGtk2.10}R Documentation

gtkFixedMove

Description

Moves a child of a GtkFixed container to the given position.

Usage

gtkFixedMove(object, widget, x, y)

Arguments

object [GtkFixed] a GtkFixed.
widget [GtkWidget] the child widget.
x [integer] the horizontal position to move the widget to.
y [integer] the vertical position to move the widget to.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]