gtkAdd {RGtk} | R Documentation |
This adds the specified Gtk widget
to the hierarchy defining a graphical
interface by giving it a parent
and a place in the parent's container.
This is then followed by a call to
gtkShow
to make the
widget visible.
gtkAdd(parent, ..., .flush = TRUE)
parent |
the parent container widget (e.g. a box, etc. ) into which the widget `w' is to be added. |
... |
one or more widgets that are to be added to the parent container. |
.flush |
a logical value indicating whether to flush the event queue to encourage any changes to be processed immediately. |
Currently, a logical value indicating whether
the, typically a logical value, TRUE
,
indicating success.
This will be changed to be a widget.
Perhaps we will add an option to allow a scrolled
container or a pane to be added in which case the
result will be that newly created container widget.
Duncan Temple Lang
http://www.gtk.org http://www.omegahat.org/RGtk
gtkContainerAdd
gtkWindow
gtkShow