adw.squeezer_page
Module for [SqueezerPage] class
Types 3
An auxiliary class used by adw.squeezer.Squeezer.
Deprecated
Methods
SqueezerPageGidBuilder builder() static nothrowGet builder for [adw.squeezer_page.SqueezerPage] Returns: New builder objectgtk.widget.Widget child() @property nothrowGet `child` property. Returns: The the squeezer child to which the page belongs.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 belongsFluent 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 chainingT enabled(bool propval) nothrowSet `enabled` property. Params: propval = Whether the child is enabled.Fluent builder for adw.squeezer_page.SqueezerPage
Methods