Module dialogs

Source
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§

RenderableDialog 🔒
A small trait to define that a dialog struct can be rendered.