[][src]Module widgetry::widgets

Re-exports

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

Modules

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

Structs

EdgeInsets
LayoutStyle
Widget
WidgetOutput

Enums

CornerRounding
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.