Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkLayoutPut: gtkLayoutPut
Description
Adds
child.widget
to
layout
, at position (
x
,
y
).
layout
becomes the new parent container of
child.widget
.
Usage
gtkLayoutPut(object, child.widget, x, y)
Arguments
object
a
GtkLayout
child.widget
child widget
x
X position of child widget
y
Y position of child widget