adw.leaflet_page

Module for [LeafletPage] class

Types 3

An auxiliary class used by adw.leaflet.Leaflet.

Deprecated

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
LeafletPage self() nothrowReturns `this`, for use in `with` statements.
LeafletPageGidBuilder builder() static nothrowGet builder for [adw.leaflet_page.LeafletPage] Returns: New builder object
gtk.widget.Widget child() @property nothrowGet `child` property. Returns: The leaflet child to which the page belongs.
string name() @property nothrowGet `name` property. Returns: The name of the child page.
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 belongs
string getName() nothrowGets the name of self. Returns: the name of self.
bool getNavigatable() nothrowGets whether the child can be navigated to when folded. Returns: whether self can be navigated to when folded
void setName(string name = null) nothrowSets the name of the self.
void setNavigatable(bool navigatable) nothrowSets whether self can be navigated to when folded.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent 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 chaining
T name(string propval) nothrowSet `name` property. Params: propval = The name of the child page. Returns: Builder instance for fluent chaining
T 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
LeafletPage build() nothrowCreate object from builder. Returns: New object