summaryrefslogtreecommitdiff
path: root/gtk/gtkboxlayout.h
Commit message (Collapse)AuthorAgeFilesLines
* boxlayout: Add a baseline child propertyMatthias Clasen2023-04-291-0/+6
| | | | | | | | | In horizontal layout, we line up the baselines of all children to find how much space we need above and below the box baseline. In vertical layout, we need to pick one child to inherit the baseline from, which is what the new GtkBoxLayout:baseline-child property is about. It is the equivalent of GtkGridLayout:baseline-row.
* Add GtkBoxLayoutEmmanuele Bassi2019-03-261-0/+54
The same layout policy of GtkBox, without all the GtkContainer calories.