Class

Adw.LeafletPage

Description [src]

final class Adw.LeafletPage : GObject.Object {
  /* No available fields */
}

An auxiliary class used by AdwLeaflet.

Hierarchy

Hierarchy for Adw.LeafletPage

Ancestors

  • GObject

Instance methods

adw_leaflet_page_get_child

Gets the leaflet child th which self belongs.

adw_leaflet_page_get_name

Gets the name of self.

adw_leaflet_page_get_navigatable

Gets whether the child can be navigated to when folded.

adw_leaflet_page_set_name

Sets the name of the self.

adw_leaflet_page_set_navigatable

Sets whether self can be navigated to when folded.

Properties

Adw.LeafletPage:child

The child of the page.

Adw.LeafletPage:name

The name of the child page.

Adw.LeafletPage:navigatable

Whether the child can be navigated to when folded.

Class structure

struct AdwLeafletPageClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.