Method
GtkAssistantget_page
Declaration [src]
GtkAssistantPage*
gtk_assistant_get_page (
GtkAssistant* assistant,
GtkWidget* child
)
Parameters
child
-
Type:
GtkWidget
A child of
assistant
.The data is owned by the caller of the function.
Return value
Type: GtkAssistantPage
The GtkAssistantPage
for child
.
The data is owned by the instance. |