Gtk.Widget.Reparent Method
Moves a widget from one Gtk.Container to another, handling reference count issues to avoid destroying the widget.

Syntax

public void Reparent (Widget new_parent)

Parameters

new_parent
A Gtk.Container to move the widget into.

Remarks

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

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)