Results for “Std.Ui.Theme.Theme”
23 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Theme.Theme
Everything a view reads to look consistent.
- Std.Ui.Controls.button
Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA button showing
title, activated by press orActivatewhile focused. - Std.Ui.Controls.caption
Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA label in muted text.
- Std.Ui.Controls.field
Str -> Str -> Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA text field showing
value, orplaceholderin muted text when empty. - Std.Ui.Controls.heading
Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA heading drawn at twice the text scale.
- Std.Ui.Controls.picker
Str -> &Array[Str] -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewOne button per option, tagged
tag + "." + index; the selected one is - Std.Ui.Controls.progress
Str -> Int -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA horizontal bar
widthpixels wide filled topercent(0 to 100), - Std.Ui.Controls.quietButton
Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA secondary button: surface-colored with accent text.
- Std.Ui.Controls.secureField
Str -> Str -> Str -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA field that shows one bullet per character and never reads its value
- Std.Ui.Controls.slider
Str -> Str -> Int -> Int -> Int -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA horizontal track
widthpixels wide filled to wherevaluesits - Std.Ui.Controls.stepper
Str -> Str -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA value with decrement and increment buttons tagged
tag + ".down"and - Std.Ui.Controls.toggle
Str -> Str -> Bool -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA switch labelled
title, read aloud with its state. - Std.Ui.Menu.view
&Array[Std.Ui.Menu.Menu] -> &Option[Str] -> &Std.Ui.Keymap.Keymap -> Bool -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewThe menu bar as a row of titles, tagged
menu.<title>, with the menu - Std.Ui.Navigation.backButton
&Std.Ui.Navigation.Stack[P] -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA back button tagged
back, shown only when the stack can go back. - Std.Ui.Navigation.presenting
Std.Ui.Layout.View -> &Std.Ui.Navigation.Presented -> fn(Str) -> Std.Ui.Layout.View -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.Viewbasewithcurrentdrawn over it: a dimmed scrim and a centered card. - Std.Ui.Navigation.split
Std.Ui.Layout.View -> Std.Ui.Layout.View -> Int -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA sidebar
sidebarWidthpixels wide besidedetail, divided by a - Std.Ui.Navigation.tabbed
&Std.Ui.Navigation.Tabs -> Std.Ui.Layout.View -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA tab bar above
content, the selected tab filled with the accent. - Std.Ui.Theme.contrastFailures
&Std.Ui.Theme.Theme -> Array[Str]Palette pairings that fail level AA, by name: text and muted text on
- Std.Ui.Theme.dark
Std.Ui.Theme.ThemeThe dark theme.
- Std.Ui.Theme.forMode
Std.Ui.Theme.Mode -> Std.Ui.Theme.ThemeThe theme for
mode. - Std.Ui.Theme.light
Std.Ui.Theme.ThemeThe light theme.
- Std.Ui.Theme.space
&Std.Ui.Theme.Theme -> Int -> Intstepsspacing units in pixels. - Std.Ui.Theme.withAccent
&Std.Ui.Theme.Theme -> Std.Ui.Canvas.Color -> Std.Ui.Theme.ThemeThe theme with another accent;
onAccentbecomes whichever of black or
