Method
GtkStackadd_named
Declaration [src]
GtkStackPage*
gtk_stack_add_named (
  GtkStack* stack,
  GtkWidget* child,
  const char* name
)
Parameters
| child | GtkWidget | 
| The widget to add. | |
| The data is owned by the caller of the function. | |
| name | const char* | 
| The name for  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | 
Return value
| Returns: | GtkStackPage | 
| The  | |
| The data is owned by the instance. |