Std.Ui.Controls
16 public declarations
- button
Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA button showing
title, activated by press orActivatewhile focused. - caption
Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA label in muted text.
- edited
Str -> &Std.Ui.Screen.Event -> Str -> Int -> Strvalueafter a typed or erased event on fieldtag, never longer than - field
Str -> Str -> Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA text field showing
value, orplaceholderin muted text when empty. - heading
Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA heading drawn at twice the text scale.
- picked
Int -> &Std.Ui.Screen.Event -> Str -> Int -> IntThe option index a picker event selected, or
selectedunchanged. - picker
Str -> &Array[Str] -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewOne button per option, tagged
tag + "." + index; the selected one is - progress
Str -> Int -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA horizontal bar
widthpixels wide filled topercent(0 to 100), - quietButton
Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA secondary button: surface-colored with accent text.
- secureField
Str -> Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA field that shows one bullet per character and never reads its value
- slid
Int -> &Std.Ui.Gesture.Gesture -> &Std.Ui.Canvas.Rect -> Int -> Int -> IntThe value a gesture on a slider whose track occupies
framesets: a - slider
Str -> Str -> Int -> Int -> Int -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA horizontal track
widthpixels wide filled to wherevaluesits - stepped
Int -> &Std.Ui.Screen.Event -> Str -> Int -> Int -> Int -> Intvaluemoved bystepwhen the steppertagwas pressed, held within - stepper
Str -> Str -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA value with decrement and increment buttons tagged
tag + ".down"and - toggle
Str -> Str -> Bool -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA switch labelled
title, read aloud with its state. - toggled
Bool -> &Std.Ui.Screen.Event -> Str -> Boolonflipped wheneventactivatedtag.
