[][src]Module widgetry::widgets

Re-exports

pub use crate::widgets::panel::Panel;

Modules

autocomplete
button
checkbox
compare_times
containers
dropdown
fan_chart
filler
just_draw
line_plot
menu
panel
persistent_split
scatter_plot
slider
spinner
text_box

Structs

EdgeInsets
LayoutStyle
Widget
WidgetOutput

Enums

Outcome

Traits

WidgetImpl

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.