Method
GtkAssistantinsert_page
deprecated: 4.10
Declaration [src]
int
gtk_assistant_insert_page (
  GtkAssistant* assistant,
  GtkWidget* page,
  int position
)
Description [src]
Inserts a page in the assistant at a given position.
Deprecated since: 4.10
This widget will be removed in GTK 5
Parameters
- page
- 
            Type: GtkWidgetA GtkWidgetThe data is owned by the caller of the method. 
- position
- 
            Type: intThe index (starting at 0) at which to insert the page, or -1 to append the page to the assistant.