Skip to content
  • Matthias Clasen's avatar
    boxlayout: Add a baseline child property · 2d9ae241
    Matthias Clasen authored
    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.
    2d9ae241