adw.leaflet_page

Module for [LeafletPage] class

Types 3

An auxiliary class used by class@Leaflet.

Deprecated

Methods
GType _gType() @property
LeafletPage self()Returns `this`, for use in `with` statements.
LeafletPageGidBuilder builder()Get builder for [adw.leaflet_page.LeafletPage] Returns: New builder object
gtk.widget.Widget child() @propertyGet `child` property. Returns: The leaflet child to which the page belongs.
string name() @propertyGet `name` property. Returns: The name of the child page.
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 belongs
string 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 folded
void setName(string name = null)Sets the name of the self.
void setNavigatable(bool navigatable)Sets whether self can be navigated to when folded.
Constructors
this(void * ptr, Flag!"Take" take)
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 chaining
T name(string propval)Set `name` property. Params: propval = The name of the child page. Returns: Builder instance for fluent chaining
T navigatable(bool propval)Set `navigatable` property. Params: propval = Whether the child can be navigated to when folded.

Fluent builder for [adw.leaflet_page.LeafletPage]