nanogui.layout

Members

Classes

BoxLayout
class BoxLayout

Simple horizontal/vertical box layout

GridLayout
class GridLayout

Grid layout.

GroupLayout
class GroupLayout

Special layout for widgets grouped by labels.

Enums

Alignment
enum 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.

Orientation
enum Orientation

The direction of data flow for a layout.

Interfaces

Layout
interface Layout

interface Layout

Meta