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

a GtkFixed.

widget

the child widget.

x

the horizontal position to move the widget to.

y

the vertical position to move the widget to.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]