adw.leaflet_page
Module for [LeafletPage] class
Types 3
An auxiliary class used by class@Leaflet.
Deprecated
Methods
LeafletPage self()Returns `this`, for use in `with` statements.LeafletPageGidBuilder builder()Get builder for [adw.leaflet_page.LeafletPage] Returns: New builder objectgtk.widget.Widget child() @propertyGet `child` property. Returns: The leaflet child to which the page belongs.void name(string propval) @propertySet `name` property. Params: propval = The name of the child page.bool navigatable() @propertyGet `navigatable` property. Returns: Whether the child can be navigated to when folded.void navigatable(bool propval) @propertySet `navigatable` property. Params: propval = Whether the child can be navigated to when folded.gtk.widget.Widget getChild()Gets the leaflet child to which self belongs. Returns: the child to which self belongsstring getName()Gets the name of self. Returns: the name of self.bool getNavigatable()Gets whether the child can be navigated to when folded. Returns: whether self can be navigated to when foldedvoid setName(string name = null)Sets the name of the self.void setNavigatable(bool navigatable)Sets whether self can be navigated to when folded.Methods
T child(gtk.widget.Widget propval)Set `child` property. Params: propval = The leaflet child to which the page belongs. Returns: Builder instance for fluent chainingT name(string propval)Set `name` property. Params: propval = The name of the child page. Returns: Builder instance for fluent chainingT navigatable(bool propval)Set `navigatable` property. Params: propval = Whether the child can be navigated to when folded.Fluent builder for [adw.leaflet_page.LeafletPage]
Methods