The is a fancier grid layout with support for items that span multiple rows or columns, and per-widget alignment flags. Each row and column additionally stores a stretch factor that controls how additional space is redistributed. The downside of this flexibility is that a layout anchor data structure must be provided for each widget.
Simple horizontal/vertical box layout
Grid layout.
Special layout for widgets grouped by labels.
A collection of useful layout managers. The \ref nanogui.GridLayout was contributed by Christian Schueller. The different kinds of alignments a layout can perform.
The direction of data flow for a layout.
interface Layout