Skip to content

Add constraint-based layout manager

Emmanuele Bassi requested to merge wip/ebassi/constraint-layout into master

GtkConstraintLayout is a generic layout manager that works by solving a layout described through relations between widget attributes. It's possible to use GtkConstraintLayout to implement different layout management policies, without using nested boxes or size groups.

Fixes: #1090 (closed)

Edited by Emmanuele Bassi

Merge request reports