Method

GtkAssistantinsert_page

since: 2.10

Declaration [src]

gint
gtk_assistant_insert_page (
  GtkAssistant* assistant,
  GtkWidget* page,
  gint position
)

Description [src]

Inserts a page in the assistant at a given position.

Available since: 2.10

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.

Return value

Type: gint

The index (starting from 0) of the inserted page.