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
GType _gType() @property
AssistantPage self()Returns `this`, for use in `with` statements.
AssistantPageGidBuilder builder()Get builder for [gtk.assistant_page.AssistantPage] Returns: New builder object
gtk.widget.Widget child() @propertyGet `child` property. Returns: The child widget.
bool 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.
string title() @propertyGet `title` property. Returns: The title of the page.
void title(string propval) @propertySet `title` property. Params: propval = The title of the page.
gtk.widget.Widget getChild()Returns the child to which page belongs. Returns: the child to which page belongs
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T child(gtk.widget.Widget propval)Set `child` property. Params: propval = The child widget. Returns: Builder instance for fluent chaining
T 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 chaining
T title(string propval)Set `title` property. Params: propval = The title of the page. Returns: Builder instance for fluent chaining

Fluent builder for [gtk.assistant_page.AssistantPage]