Module glyph_ui::view::linear[][src]

Displays multiple views in a row or column

Modules

layout

Layout settings for containers and items

Structs

State

Persistent state for this view

View

The view itself

Enums

Column

Type-state indicating a column layout

Row

Type-state indicating a row layout

Functions

column

Shorthand for View::new() with a Column layout

row

Shorthand for View::new() with a Row layout