Method
GtkStackadd_named
since: 3.10
Declaration [src]
void
gtk_stack_add_named (
GtkStack* stack,
GtkWidget* child,
const gchar* name
)
Parameters
child
-
Type:
GtkWidget
The widget to add.
The data is owned by the caller of the method. name
-
Type:
const gchar*
The name for
child
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.