Method

GtkAssistantget_current_page

since: 2.10

Declaration [src]

gint
gtk_assistant_get_current_page (
  GtkAssistant* assistant
)

Description [src]

Returns the page number of the current page.

Available since: 2.10

Return value

Type: gint

The index (starting from 0) of the current page in the assistant, or -1 if the assistant has no pages, or no current page.