Results for “Std.Ui.Layout.LayoutError”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Layout.LayoutError
Why a view could not be placed or painted.
- Std.Ui.Layout.paint
&Std.Ui.Layout.Layout -> &Std.Ui.Canvas.Canvas -> Result[Std.Ui.Canvas.Canvas, Std.Ui.Layout.LayoutError]A canvas holding every node's fill and text, in painting order.
- 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.
