Expand description
egui theme (spacing, colors, etc).
Structs
- Options for help debug egui by adding extra visualization
- How and when interaction happens.
- 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.
- 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.