Module widgetry::widgets[][src]

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
plots
scatter_plot
slider
spinner
stash
table
tabs
text_box
toggle

Structs

EdgeInsets
LayoutStyle
Widget
WidgetOutput

Enums

CornerRounding
Outcome

The result of a Panel handling an event

Constants

DEFAULT_CORNER_RADIUS

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.