Class: Gtk::AssistantPage
- Inherits:
-
Object
- Object
- Gtk::AssistantPage
- Defined in:
- (unknown)
Overview
GtkAssistantPage is an auxiliary object used by `GtkAssistant.
Instance Method Summary collapse
-
#child ⇒ Gtk::Widget
The child widget.
-
#child=(child) ⇒ Gtk::Widget
The child widget.
-
#complete=(complete) ⇒ Boolean
Whether all required fields are filled in.
-
#complete? ⇒ Boolean
Whether all required fields are filled in.
-
#page_type ⇒ Gtk::AssistantPageType
The type of the assistant page.
-
#page_type=(page_type) ⇒ Gtk::AssistantPageType
The type of the assistant page.
-
#title ⇒ String
The title of the page.
-
#title=(title) ⇒ String
The title of the page.
Instance Method Details
#child ⇒ Gtk::Widget
The child widget.
#child=(child) ⇒ Gtk::Widget
The child widget.
#complete=(complete) ⇒ Boolean
Whether all required fields are filled in.
GTK uses this information to control the sensitivity of the navigation buttons.
#complete? ⇒ Boolean
Whether all required fields are filled in.
GTK uses this information to control the sensitivity of the navigation buttons.
#page_type ⇒ Gtk::AssistantPageType
The type of the assistant page.
#page_type=(page_type) ⇒ Gtk::AssistantPageType
The type of the assistant page.
#title ⇒ String
The title of the page.
#title=(title) ⇒ String
The title of the page.