Method
GtkWidgetreparent
Declaration [src]
void
gtk_widget_reparent (
GtkWidget* widget,
GtkWidget* new_parent
)
Description [src]
Moves a widget from one GtkContainer
to another, handling reference
count issues to avoid destroying the widget.
Deprecated since: | 3.14 |
Use |
Parameters
new_parent |
GtkWidget |
A |
|
The data is owned by the caller of the function. |