gtk.assistant_page
Module for [AssistantPage] class
Types 3
gtk.assistant_page.AssistantPage is an auxiliary object used by `GtkAssistant.
Deprecated
This object will be removed in GTK 5
Methods
AssistantPageGidBuilder builder() static nothrowGet builder for [gtk.assistant_page.AssistantPage] Returns: New builder objectbool complete() @property nothrowGet `complete` property. Returns: Whether all required fields are filled in.void complete(bool propval) @property nothrowSet `complete` property. Params: propval = Whether all required fields are filled in.gtk.types.AssistantPageType pageType() @property nothrowGet `pageType` property. Returns: The type of the assistant page.void pageType(gtk.types.AssistantPageType propval) @property nothrowSet `pageType` property. Params: propval = The type of the assistant page.void title(string propval) @property nothrowSet `title` property. Params: propval = The title of the page.gtk.widget.Widget getChild() nothrowReturns the child to which page belongs. Returns: the child to which page belongsFluent builder implementation template for gtk.assistant_page.AssistantPage
Methods
T child(gtk.widget.Widget propval) nothrowSet `child` property. Params: propval = The child widget. Returns: Builder instance for fluent chainingT complete(bool propval) nothrowSet `complete` property. Params: propval = Whether all required fields are filled in.T pageType(gtk.types.AssistantPageType propval) nothrowSet `pageType` property. Params: propval = The type of the assistant page. Returns: Builder instance for fluent chainingT title(string propval) nothrowSet `title` property. Params: propval = The title of the page. Returns: Builder instance for fluent chainingFluent builder for gtk.assistant_page.AssistantPage
Methods