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 Widget

a #GtkContainer to move the widget into

Detailed Description

Deprecated: Use gtk_container_remove() and gtk_container_add().

Meta