Re-exports
pub use crate::widgets::panel::Panel;
pub use crate::widgets::panel::PanelBuilder;
pub use crate::widgets::panel::PanelDims;
Modules
Structs
Enums
When an action happens through a button-like widget, what data is plumbed back?
The result of a Panel handling an event
Constants
Traits
Create a new widget by implementing this trait. You can instantiate your widget by calling
Widget::new(Box::new(instance of your new widget))
, which gives you the usual style options.