Skip to content

clamp: Fix the style class documentation

Adrien Plazas requested to merge aplazas/libadwaita:clamp-doc-fix into main

While HdyClamp was assigning itself style classes, AdwClamp assign them to its children. This is because GTK 4 widgets can all have multiple children, the child is taken into account to compute the style class is to assign, making them child-dependant.

Merge request reports