mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Introduce gridbox. (#190)
Introduce gridbox. Similar to hbox and vbox, this component combine both into a grid.
This commit is contained in:
		| @@ -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 --- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni