Method
GtkAssistantget_nth_page
Declaration [src]
GtkWidget*
gtk_assistant_get_nth_page (
GtkAssistant* assistant,
int page_num
)
Return value
Type: GtkWidget
The child widget, or NULL
if page_num
is out of bounds.
The data is owned by the instance. |
The return value can be NULL . |