Method
GtkStackget_page
Declaration [src]
GtkStackPage*
gtk_stack_get_page (
  GtkStack* stack,
  GtkWidget* child
)
Parameters
- child
- 
            Type: GtkWidgetA child of stack.The data is owned by the caller of the function. 
Return value
Type: GtkStackPage
The GtkStackPage for child.
| The data is owned by the instance. |