adw.squeezer_page

Module for [SqueezerPage] class

Types 3

An auxiliary class used by adw.squeezer.Squeezer.

Deprecated

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SqueezerPage self() nothrowReturns `this`, for use in `with` statements.
SqueezerPageGidBuilder builder() static nothrowGet builder for [adw.squeezer_page.SqueezerPage] Returns: New builder object
gtk.widget.Widget child() @property nothrowGet `child` property. Returns: The the squeezer child to which the page belongs.
bool enabled() @property nothrowGet `enabled` property. Returns: Whether the child is enabled.
void enabled(bool propval) @property nothrowSet `enabled` property. Params: propval = Whether the child is enabled.
gtk.widget.Widget getChild() nothrowReturns the squeezer child to which self belongs. Returns: the child to which self belongs
bool getEnabled() nothrowGets whether self is enabled. Returns: whether self is enabled
void setEnabled(bool enabled) nothrowSets whether self is enabled.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for adw.squeezer_page.SqueezerPage

Methods
T child(gtk.widget.Widget propval) nothrowSet `child` property. Params: propval = The the squeezer child to which the page belongs. Returns: Builder instance for fluent chaining
T enabled(bool propval) nothrowSet `enabled` property. Params: propval = Whether the child is enabled.
Methods
SqueezerPage build() nothrowCreate object from builder. Returns: New object