Widget.reparent

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

More...
class Widget
void
reparent

Parameters

newParent Widget

a gtk.Container to move the widget into

Detailed Description

Deprecated: Use Container.remove and Container.add.