Widget.reparent

Moves a widget from one #GtkContainer to another, handling reference count issues to avoid destroying the widget.

More...
class Widget
void
reparent

Parameters

newParent gtk.widget.Widget

a #GtkContainer to move the widget into

Detailed Description