Introduce gridbox. (#190)

Introduce gridbox.
Similar to hbox and vbox, this component combine both into a grid.
This commit is contained in:
Arthur Sonzogni
2021-08-22 19:36:11 +02:00
committed by GitHub
parent b95a7a4c6b
commit 51850f1189
8 changed files with 787 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ Element bgcolor(Color, Element);
Element hbox(Elements);
Element vbox(Elements);
Element dbox(Elements);
Element gridbox(std::vector<Elements> lines);
Element hflow(Elements);
// -- Flexibility ---