gtkFixedMove {RGtk2}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 version 2.12.5-3 Index]