AssistantPageType
Description:
[ CCode ( cprefix = "GTK_ASSISTANT_PAGE_" , type_id = "gtk_assistant_page_type_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public enum AssistantPageType
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public enum AssistantPageType
Warning: AssistantPageType is deprecated since 4.10.
Determines the role of a page inside a `GtkAssistant`.
Note:
`GtkAssistant` will be removed in GTK 5
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