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