adw.squeezer_page

Module for [SqueezerPage] class

Types 3

An auxiliary class used by class@Squeezer.

Deprecated

Methods
GType _gType() @property
SqueezerPage self()Returns `this`, for use in `with` statements.
SqueezerPageGidBuilder builder()Get builder for [adw.squeezer_page.SqueezerPage] Returns: New builder object
gtk.widget.Widget child() @propertyGet `child` property. Returns: The the squeezer child to which the page belongs.
bool enabled() @propertyGet `enabled` property. Returns: Whether the child is enabled.
void enabled(bool propval) @propertySet `enabled` property. Params: propval = Whether the child is enabled.
gtk.widget.Widget getChild()Returns the squeezer child to which self belongs. Returns: the child to which self belongs
bool getEnabled()Gets whether self is enabled. Returns: whether self is enabled
void setEnabled(bool enabled)Sets whether self is enabled.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T child(gtk.widget.Widget propval)Set `child` property. Params: propval = The the squeezer child to which the page belongs. Returns: Builder instance for fluent chaining
T enabled(bool propval)Set `enabled` property. Params: propval = Whether the child is enabled.

Fluent builder for [adw.squeezer_page.SqueezerPage]