:right-sidebar: True AssistantPageType =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: AssistantPageType :no-contents-entry: 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 :const:`~gi.repository.Gtk.AssistantPageType.CONFIRM`, :const:`~gi.repository.Gtk.AssistantPageType.SUMMARY` or :const:`~gi.repository.Gtk.AssistantPageType.PROGRESS` to be correct. The Cancel button will only be shown if the page isn’t “committed”. See :func:`~gi.repository.Gtk.Assistant.commit` for details. Fields ------ .. rst-class:: interim-class .. class:: AssistantPageType :no-index: .. attribute:: CONFIRM The type of the None singleton. .. attribute:: CONTENT The type of the None singleton. .. attribute:: CUSTOM The type of the None singleton. .. attribute:: INTRO The type of the None singleton. .. attribute:: PROGRESS The type of the None singleton. .. attribute:: SUMMARY The type of the None singleton.