Results for “Std.Ui.Desktop.DesktopError”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Desktop.DesktopError
Why a desktop session could not do what was requested.
- Std.Ui.Desktop.close
&Std.Ui.Desktop.Session -> Result[(), Std.Ui.Desktop.DesktopError]Release a desktop session. A second close is reported as
SessionClosed. - Std.Ui.Desktop.open
&Std.Ui.Desktop.WindowPlan -> Result[Std.Ui.Desktop.Session, Std.Ui.Desktop.DesktopError]Acquire a real platform window for this evaluation.
- Std.Ui.Desktop.plan
Str -> Int -> Int -> Bool -> Int -> Result[Std.Ui.Desktop.WindowPlan, Std.Ui.Desktop.DesktopError]A checked window plan with an explicit framebuffer budget.
- Std.Ui.Desktop.present
&Std.Ui.Desktop.Session -> &Std.Ui.Canvas.Surface -> Result[(), Std.Ui.Desktop.DesktopError]Replace the pixels shown by a session with one exact Canvas surface.
- Std.Ui.Desktop.pump
&Std.Ui.Desktop.Session -> Int -> Result[Bool, Std.Ui.Desktop.DesktopError]Pump platform events for at most
milliseconds. - Std.Ui.Desktop.showFor
&Std.Ui.Desktop.WindowPlan -> &Std.Ui.Canvas.Surface -> Int -> Result[Bool, Std.Ui.Desktop.DesktopError]Open, present, pump, and close a real window within a bounded interval.
