Gtk.Assistant.prototype.set_page_type
function set_page_type(page:Gtk.Widget, type:Gtk.AssistantPageType):void {
// Gjs wrapper for gtk_assistant_set_page_type()
}Sets the page type for page.
The page type determines the page behavior in the assistant.
Since 2.10
- page
a page of assistant
- type
the new type for page