Class

AdwLeafletPage

Description [src]

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

An auxiliary class used by AdwLeaflet.

Ancestors

  • GObject

Instance methods

adw_leaflet_page_get_child

Gets the leaflet child th which self belongs.

Available since: 1.0

adw_leaflet_page_get_name

Gets the name of self.

Available since: 1.0

adw_leaflet_page_get_navigatable

Gets whether the child can be navigated to when folded.

Available since: 1.0

adw_leaflet_page_set_name

Sets the name of the self.

Available since: 1.0

adw_leaflet_page_set_navigatable

Sets whether self can be navigated to when folded.

Available since: 1.0

Properties

Adw.LeafletPage:child

The child of the page.

Available since: 1.0

Adw.LeafletPage:name

The name of the child page.

Available since: 1.0

Adw.LeafletPage:navigatable

Whether the child can be navigated to when folded.

Available since: 1.0

Class structure

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