AssistantPageType
Description:
[ CCode ( cprefix = "GTK_ASSISTANT_PAGE_" , type_id = "gtk_assistant_page_type_get_type ()" ) ]
public enum AssistantPageType
public enum 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 gtk_assistant_page_confirm, gtk_assistant_page_summary or gtk_assistant_page_progress to be correct.
The Cancel button will only be shown if the page isn’t “committed”. See commit for details.
Namespace: Gtk
Package: gtk4