Class
AdwLeafletPage
Description [src]
final class Adw.LeafletPage : GObject.Object {
/* No available fields */
}
An auxiliary class used by AdwLeaflet
.
Instance methods
adw_leaflet_page_get_child
Gets the leaflet child to 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 leaflet child to which the page belongs.
Adw.LeafletPage:name
The name of the child page.
Adw.LeafletPage:navigatable
Whether the child can be navigated to when folded.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.