Expand description
Contains the trait for defining dialogs, as well as the resource that tracks all “open” dialogs currently active in the UI.
Re-exports§
pub use new_project::NewProject;
Modules§
- new_
project 🔒 - Contains the code related to the “new project” dialog and form.
- open_
project 🔒 - Contains the code related to the “open project” dialog and form.
Structs§
- Dialogs
- Contains all dialogs in the UI.
Traits§
- Renderable
Dialog 🔒 - A small trait to define that a dialog struct can be rendered.