Method
GtkStackadd_child
Declaration [src]
GtkStackPage*
gtk_stack_add_child (
GtkStack* stack,
GtkWidget* child
)
Parameters
child
-
Type:
GtkWidget
The widget to add.
The data is owned by the caller of the method.
Return value
Type: GtkStackPage
The GtkStackPage
for child
.
The returned data is owned by the instance. |