Introduce window::Level enum
... and add `level` field to `window::Settings`
This commit is contained in:
parent
b924e86630
commit
a7fa7e4005
5 changed files with 46 additions and 16 deletions
|
|
@ -2,12 +2,14 @@
|
|||
pub mod icon;
|
||||
|
||||
mod event;
|
||||
mod level;
|
||||
mod mode;
|
||||
mod redraw_request;
|
||||
mod user_attention;
|
||||
|
||||
pub use event::Event;
|
||||
pub use icon::Icon;
|
||||
pub use level::Level;
|
||||
pub use mode::Mode;
|
||||
pub use redraw_request::RedrawRequest;
|
||||
pub use user_attention::UserAttention;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue