Method
Gtk Assistantget_nth_page
since: 2.10
Declaration [src]
GtkWidget*
gtk_assistant_get_nth_page(
GtkAssistant*assistant,
gintpage_num
)
Parameters
page_num-
Type:
gintThe index of a page in the
assistant, or -1 to get the last page.
Return value
Type: GtkWidget
The child widget, or NULL
if page_num is out of bounds.
The returned data is owned by the instance.
The return value can be
NULL.