Package: gtk
GEnum gtk-assistant-page-type
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. (define-g-enum "GtkAssistantPageType" gtk-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))
| See also |
*2021-12-3