Method

GtkAssistantcommit

since: 2.22

Declaration [src]

void
gtk_assistant_commit (
  GtkAssistant* assistant
)

Description [src]

Erases the visited page history so the back button is not shown on the current page, and removes the cancel button from subsequent pages.

Use this when the information provided up to the current page is hereafter deemed permanent and cannot be modified or undone. For example, showing a progress page to track a long-running, unreversible operation after the user has clicked apply on a confirmation page.

Available since: 2.22