Method

GtkAssistantprepend_page

since: 2.10

Declaration [src]

gint
gtk_assistant_prepend_page (
  GtkAssistant* assistant,
  GtkWidget* page
)

Description [src]

Prepends a page to the assistant.

Available since: 2.10

Parameters

page

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the method.

Return value

Type: gint

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