GtkWidget::set_parent

void set_parent( GtkWidget container );

set_parent() sets container as the parent of the calling widget. container should be a subclass of GtkContainer.

When called, set_parent() will cause the "parent-set" signal to be emitted.

See also: reparent()