gtkLayoutMove {RGtk2}R Documentation

gtkLayoutMove

Description

Moves a current child of layout to a new position.

Usage

gtkLayoutMove(object, child.widget, x, y)

Arguments

object

a GtkLayout

child.widget

a current child of layout

x

X position to move to

y

Y position to move to

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]