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
AssistantPage self()Returns `this`, for use in `with` statements.AssistantPageGidBuilder builder()Get builder for [gtk.assistant_page.AssistantPage] Returns: New builder objectbool complete() @propertyGet `complete` property. Returns: Whether all required fields are filled in.void complete(bool propval) @propertySet `complete` property. Params: propval = Whether all required fields are filled in.gtk.types.AssistantPageType pageType() @propertyGet `pageType` property. Returns: The type of the assistant page.void pageType(gtk.types.AssistantPageType propval) @propertySet `pageType` property. Params: propval = The type of the assistant page.gtk.widget.Widget getChild()Returns the child to which page belongs. Returns: the child to which page belongsMethods
T child(gtk.widget.Widget propval)Set `child` property. Params: propval = The child widget. Returns: Builder instance for fluent chainingT complete(bool propval)Set `complete` property. Params: propval = Whether all required fields are filled in.T pageType(gtk.types.AssistantPageType propval)Set `pageType` property. Params: propval = The type of the assistant page. Returns: Builder instance for fluent chainingT title(string propval)Set `title` property. Params: propval = The title of the page. Returns: Builder instance for fluent chainingFluent builder for [gtk.assistant_page.AssistantPage]
Methods