Results for “Std.Ui.Layout.View”
12 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Layout.View
A declarative description of a screen.
- Std.Ui.Layout.box
Std.Ui.Layout.ViewA leaf node with no intrinsic extent.
- Std.Ui.Layout.column
Array[Std.Ui.Layout.View] -> Std.Ui.Layout.ViewChildren placed top to bottom.
- Std.Ui.Layout.layer
Array[Std.Ui.Layout.View] -> Std.Ui.Layout.ViewChildren placed over one another, later ones in front.
- Std.Ui.Layout.place
&Std.Ui.Layout.View -> Std.Ui.Canvas.Size -> Result[Std.Ui.Layout.Layout, Std.Ui.Layout.LayoutError]Place a view into a viewport with default node and depth budgets.
- Std.Ui.Layout.placeWithin
&Std.Ui.Layout.View -> Std.Ui.Canvas.Size -> Int -> Int -> Result[Std.Ui.Layout.Layout, Std.Ui.Layout.LayoutError]Place a view with explicit node and nesting budgets.
- Std.Ui.Layout.row
Array[Std.Ui.Layout.View] -> Std.Ui.Layout.ViewChildren placed left to right.
- Std.Ui.Layout.scrollColumn
Array[Std.Ui.Layout.View] -> Std.Ui.Layout.ViewChildren placed top to bottom inside a window showing part of them.
- Std.Ui.Layout.scrollRow
Array[Std.Ui.Layout.View] -> Std.Ui.Layout.ViewChildren placed left to right inside a window showing part of them.
- Std.Ui.Layout.spacer
Std.Ui.Layout.ViewA leaf that takes one share of the spare length in its stack.
- Std.Ui.Layout.text
Str -> Std.Ui.Layout.ViewA leaf showing text, measured by its face and named by what it says.
- Std.Ui.Screen.start
S -> fn(S) -> Std.Ui.Layout.View -> fn(S, Std.Ui.Screen.Event) -> S -> Std.Ui.Canvas.Size -> Std.Ui.Canvas.Color -> Result[Std.Ui.Screen.Screen[S], Std.Ui.Screen.ScreenError]A screen showing its first frame.
