Method
GtkAssistantget_page
Declaration [src]
GtkAssistantPage*
gtk_assistant_get_page (
GtkAssistant* assistant,
GtkWidget* child
)
Description [src]
Returns the GtkAssistantPage object for child.
| Deprecated since: | 4.10 |
This widget will be removed in GTK 5 | |
Parameters
child |
GtkWidget |
A child of |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | GtkAssistantPage |
The |
|
| The data is owned by the instance. |