Skip to content

Add Layout Managers

Emmanuele Bassi requested to merge wip/layout-manager into master

Decoupling the size negotiation and allocation from the widget code is a desirable feature; it makes implementing widgets simpler; it avoids nesting boxes inside composite widgets whenever we only want a layout policy; it allows us to have "final" layout managers; it gives us a way to get rid of GtkContainer child properties by moving layout-related properties to their own generic GObject subclass.

Edited by Emmanuele Bassi

Merge request reports