Pudu programming language
Menu
API reference

Std.Ui.Layout.View

1 declaration

type

View

This declaration introduces a public type.

What it does

A declarative description of a screen.

Modifiers are fields of the one node rather than wrapper nodes, so a padded,

sized, filled, named box is one node in the tree and one entry in the

layout, and the order in which the modifiers were written cannot change

what they mean: padding is always inside the fixed size, and the fill always

covers the whole frame.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Ui.LayoutSearch related declarations