Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.AssistantPageType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkAssistantPageType
Enum : AssistantPageType
An enum for determining the page role inside the GtkAssistant. It's
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 gtk_assistant_commit() for details.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Assistant
Method
get_page_type (Widget page) : Gtk.AssistantPageType
Gets the page type of page.
Gtk.Assistant
Method
set_page_type (Widget page, AssistantPageType type) : none
Sets the page type for page.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:40 GMT+0800 (HKT)