Expand description
egui theme (spacing, colors, etc).
Structsยง
- Options for help debug egui by adding extra visualization
- How and when interaction happens.
- How to format numbers in e.g. a
crate::DragValue
. - Controls the spacing and visuals of a
crate::ScrollArea
. - Selected text, selected elements etc
- Controls the sizes and distances between widgets.
- Specifies the look and feel of egui.
- Look and feel of the text cursor.
- Controls the visual style (colors etc) of egui.
- bg = background, fg = foreground.
- The visuals of widgets for different states of interaction.
Enumsยง
- Shape of the handle for sliders and similar widgets.
- How to display numeric color values.
- Alias for a
FontId
(font of a certain size).
Functionsยง
- The default text styles of the default egui theme.
- text_styles_ui ๐
- two_drag_values ๐
- ui_color ๐
- ui_text_color ๐