Alignment

A collection of useful layout managers. The \ref nanogui.GridLayout was contributed by Christian Schueller. The different kinds of alignments a layout can perform.

Values

ValueMeaning
Minimum

Take only as much space as is required.

Middle

Center align.

Maximum

Take as much space as is allowed.

Fill

Fill according to preferred sizes.

Meta