Method
GtkAssistantinsert_page
Declaration [src]
int
gtk_assistant_insert_page (
GtkAssistant* assistant,
GtkWidget* page,
int position
)
Parameters
page
-
Type:
GtkWidget
A
GtkWidget
The data is owned by the caller of the function. position
-
Type:
int
The index (starting at 0) at which to insert the page, or -1 to append the page to the
assistant
.