gtkWidgetReparent {RGtk2}R Documentation

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 [GtkWidget] a GtkWidget
new.parent [GtkWidget] a GtkContainer to move the widget into

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]