Pudu programming language
Menu
API reference

Std.Ui.Layout.Layout

1 declaration

type

Layout

This declaration introduces a public type.

What it does

A placed screen: every node's frame, flat, in pre-order.

Parents precede children, so painting in order puts a container behind its

contents and reading in order is the reading order.

Read the signature

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

Back to Std.Ui.LayoutSearch related declarations