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 _getGType() static nothrow
GType _gType() @property nothrow
AssistantPage self() nothrowReturns `this`, for use in `with` statements.
AssistantPageGidBuilder builder() static nothrowGet builder for [gtk.assistant_page.AssistantPage] Returns: New builder object
gtk.widget.Widget child() @property nothrowGet `child` property. Returns: The child widget.
bool 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.
string title() @property nothrowGet `title` property. Returns: The title of the 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 belongs
Constructors
this(void * ptr, Flag!"Take" take)

Fluent 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 chaining
T 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 chaining
T title(string propval) nothrowSet `title` property. Params: propval = The title of the page. Returns: Builder instance for fluent chaining
Methods
AssistantPage build() nothrowCreate object from builder. Returns: New object