gtkLayoutMove: gtkLayoutMove

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Moves a current child of layout to a new position.

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkLayoutMove in RGtk2...