Re-exports§
pub use crate::widgets::panel::Panel;
pub use crate::widgets::panel::PanelBuilder;
pub use crate::widgets::panel::PanelDims;
Modules§
- autocomplete
- button
- compare_
times - containers
- drag_
drop - dropdown
- fan_
chart - filler
- image
- just_
draw - line_
plot - menu
- panel 🔒
- persistent_
split - plots
- scatter_
plot - slider
- spinner
- stash
- table
- tabs
- text_
box - toggle
Structs§
Enums§
- Click
Outcome - When an action happens through a button-like widget, what data is plumbed back?
- Corner
Rounding - Outcome
- The result of a Panel handling an event
Constants§
Traits§
- Widget
Impl - 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.