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