Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkWidgetReparent: gtkWidgetReparent
Description
Moves a widget from one
GtkContainer
to another, handling reference count issues to avoid destroying the widget.
Usage
gtkWidgetReparent(object, new.parent)
Arguments
object
a
GtkWidget
new.parent
a
GtkContainer
to move the widget into