adw.leaflet_page
Module for [LeafletPage] class
Types 3
An auxiliary class used by adw.leaflet.Leaflet.
Deprecated
Methods
LeafletPageGidBuilder builder() static nothrowGet builder for [adw.leaflet_page.LeafletPage] Returns: New builder objectgtk.widget.Widget child() @property nothrowGet `child` property. Returns: The leaflet child to which the page belongs.void name(string propval) @property nothrowSet `name` property. Params: propval = The name of the child page.bool navigatable() @property nothrowGet `navigatable` property. Returns: Whether the child can be navigated to when folded.void navigatable(bool propval) @property nothrowSet `navigatable` property. Params: propval = Whether the child can be navigated to when folded.gtk.widget.Widget getChild() nothrowGets the leaflet child to which self belongs. Returns: the child to which self belongsbool getNavigatable() nothrowGets whether the child can be navigated to when folded. Returns: whether self can be navigated to when foldedFluent builder implementation template for adw.leaflet_page.LeafletPage
Methods
T child(gtk.widget.Widget propval) nothrowSet `child` property. Params: propval = The leaflet child to which the page belongs. Returns: Builder instance for fluent chainingT name(string propval) nothrowSet `name` property. Params: propval = The name of the child page. Returns: Builder instance for fluent chainingT navigatable(bool propval) nothrowSet `navigatable` property. Params: propval = Whether the child can be navigated to when folded.Fluent builder for adw.leaflet_page.LeafletPage
Methods