Crate egui_modal
source · [−]Expand description
egui-modal
Modal library for egui
Structs
A
Modal is created using Modal::new(). Make sure to use a let binding when
using Modal::new() to ensure you can call things like Modal::open() later on.Contains styling parameters for the modal, like body margin
and button colors.
Enums
The different styles a modal button can take.