Leaflet
⚠️ Deprecated ⚠️
This is deprecated since version 1.4.
See migrating-to-breakpoints.html#replace-adwleaflet
---An adaptive container acting like a box or a stack.


The AdwLeaflet
widget can display its children like a class@Gtk.Box does or like a class@Gtk.Stack does, adapting to size changes by switching between the two modes.
When there is enough space the children are displayed side by side, otherwise only one is displayed and the leaflet is said to be “folded”. The threshold is dictated by the preferred minimum sizes of the children. When a leaflet is folded, the children can be navigated using swipe gestures.
The “over” and “under” transition types stack the children one on top of the other, while the “slide” transition puts the children side by side. While navigating to a child on the side or below can be performed by swiping the current child away, navigating to an upper child requires dragging it from the edge where it resides. This doesn't affect non-dragging swipes.
CSS nodes
AdwLeaflet
has a single CSS node with name leaflet
. The node will get the style classes .folded
when it is folded, .unfolded
when it's not, or none if it hasn't computed its fold yet.
Skipped during bindings generation
method
visible-child
: Property TypeInfo of getter and setter do not matchmethod
visible-child-name
: Property TypeInfo of getter and setter do not match
Constructors
Properties
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
Functions
This is deprecated since version 1.4.
This is deprecated since version 1.4.
Gets the progress @self will snap back to after the gesture is canceled.
This is deprecated since version 1.4.
Gets the swipe distance of @self.
This is deprecated since version 1.4.
Gets the current progress of @self.
Gets the area @self can start a swipe from for the given direction and gesture type.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.
This is deprecated since version 1.4.