Method
GtkStackget_page
Declaration [src]
GtkStackPage*
gtk_stack_get_page (
  GtkStack* stack,
  GtkWidget* child
)
Description [src]
Retrieves the stack page for the given child.
If the given child is not a child widget of the stack, this function will return NULL.
Parameters
- child
- 
            Type: GtkWidgetA child of stack.The data is owned by the caller of the function. 
Return value
Type: GtkStackPage
The stack page object.
| The data is owned by the instance. | 
| The return value can be NULL. |