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 |
GtkWidget |
A child of |
|
The data is owned by the caller of the function. |
Return value
Returns: | GtkStackPage |
The stack page object. |
|
The data is owned by the instance. | |
The return value can be NULL . |