Re-exportsยง
pub use theme::Theme;
pub use theme::ThemePreference;
Modulesยง
- theme ๐
Structsยง
- Areas
- Keeps track of
Area
s, which are free-floatingUi
s. TheseArea
s can be in anyOrder
. - Focus ๐
- Keeps tracks of what widget has keyboard focus
- Focus
Widget ๐ - The widget with focus.
- Interaction
State ๐ - The state of the interaction in egui, i.e. what is being dragged.
- Memory
- The data that egui persists between frames.
- Open
Popup ๐ - State of an open popup.
- Options
- Some global options that you can read and write.
Enumsยง
- Focus
Direction ๐
Type Aliasesยง
- Order
Map ๐ - Map containing the index of each layer in the order list, for quick lookups.