AssistantPageType#

class AssistantPageType#

Determines the page role inside a GtkAssistant.

The role is used to handle buttons sensitivity and visibility.

Note that an assistant needs to end its page flow with a page of type CONFIRM, SUMMARY or PROGRESS to be correct.

The Cancel button will only be shown if the page isn’t “committed”. See commit() for details.

Fields#

class AssistantPageType
CONFIRM#

The type of the None singleton.

CONTENT#

The type of the None singleton.

CUSTOM#

The type of the None singleton.

INTRO#

The type of the None singleton.

PROGRESS#

The type of the None singleton.

SUMMARY#

The type of the None singleton.