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 [GtkLayout] a GtkLayout
child.widget [GtkWidget] a current child of layout
x [integer] X position to move to
y [integer] Y position to move to

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]