Skip to content

leaflet: Add the folded property

Adrien Plazas requested to merge adrien.plazas/libhandy:folded into master

This is a boolean equivalent of the fold property, it is a needed convenience as is can be used in GtkBuilder declarations while the fold property is more convenient to use from C as it enables stronger typing.

Merge request reports