Expand description
Rerun GUI theme and helpers, built around egui.
Re-exports
pub use icons::Icon;
Modules
- A toast notification system for egui, roughly based on https://github.com/urholaukkarinen/egui-toast.
Structs
- The look and feel of the UI.
- Utility for building layout jobs.
Enums
- All the commands we support.
Constants
- If true, we hide the native window decoration (the top bar with app title, close button etc), and instead paint our own close/maximize/minimize buttons.
- If true, we fill the entire window, except for the close/maximize/minimize buttons in the top-left. See https://github.com/emilk/egui/pull/2049
- If true, we show the native window decorations/chrome with the close/maximize/minimize buttons and app title.
Traits
- Interface for sending
UICommandmessages.
Functions
- Show some close/maximize/minimize buttons for the native window.
- iOS-style toggle switch.