adw.squeezer_page
Module for [SqueezerPage] class
Types 3
An auxiliary class used by class@Squeezer.
Deprecated
Methods
SqueezerPage self()Returns `this`, for use in `with` statements.SqueezerPageGidBuilder builder()Get builder for [adw.squeezer_page.SqueezerPage] Returns: New builder objectgtk.widget.Widget child() @propertyGet `child` property. Returns: The the squeezer child to which the page belongs.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 belongsbool getEnabled()Gets whether self is enabled. Returns: whether self is enabledvoid setEnabled(bool enabled)Sets whether self is enabled.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 chainingT enabled(bool propval)Set `enabled` property. Params: propval = Whether the child is enabled.Fluent builder for [adw.squeezer_page.SqueezerPage]
Methods