Method

GtkAssistantremove_page

since: 3.2

Declaration [src]

void
gtk_assistant_remove_page (
  GtkAssistant* assistant,
  gint page_num
)

Description [src]

Removes the page_num’s page from assistant.

Available since: 3.2

Parameters

page_num

Type: gint

The index of a page in the assistant, or -1 to remove the last page.