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.