Expand description
Rerun GUI theme and helpers, built around egui.
Re-exports
pub use icons::Icon;Modules
Structs
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.
Functions
Show some close/maximize/minimize buttons for the native window.
iOS-style toggle switch.