gtkAdd: Add Gtk wdget to parent container

Description Usage Arguments Value Author(s) References See Also

View source: R/zcompat.R

Description

DEPRECATED!! (compatibility wrappers for RGtk 1!)

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.

Usage

1
gtkAdd(parent, ...)

Arguments

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.

Value

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.

Author(s)

Duncan Temple Lang

References

http://www.gtk.org http://www.omegahat.net/RGtk

See Also

gtkContainerAdd gtkWindow gtkShow


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

Related to gtkAdd in RGtk2...