Widget.reparent
void reparent(gtk.widget.Widget newParent)Moves a widget from one #GtkContainer to another, handling reference count issues to avoid destroying the widget.
Parameters
newParent | a #GtkContainer to move the widget into |
void reparent(gtk.widget.Widget newParent)Moves a widget from one #GtkContainer to another, handling reference count issues to avoid destroying the widget.
newParent | a #GtkContainer to move the widget into |