Crate egui_modal
source ·Expand description
egui-modal
Modal library for egui
Structs
- A
Modalis created usingModal::new(). Make sure to use aletbinding when usingModal::new()to ensure you can call things likeModal::open()later on. - Contains styling parameters for the modal, like body margin and button colors.
Enums
- An icon. If used, it will be shown next to the body of the modal.
- The different styles a modal button can take.