Package: gtk
GEnum gtk:assistant-page-type
Declaration(gobject:define-genum "GtkAssistantPageType" assistant-page-type (:export t :type-initializer "gtk_assistant_page_type_get_type") (:content 0) (:intro 1) (:confirm 2) (:summary 3) (:progress 4) (:custom 5)) Values
Details
An enumeration for determining the page role inside the gtk:assistant widget. It is used to handle buttons sensitivity and
visibility. Note that an assistant needs to end its page flow with a page of :confirm, :summary or :progress type to be correct. The Cancel button will only be shown if the page is not "committed". See the gtk:assistant-commit function for details. | See also |
2023-9-15