Module egui::widgets [−][src]
Expand description
Modules
Color picker widgets.
Simple plotting library.
Structs
Clickable button with text.
Boolean on/off control with text label.
A clickable hyperlink, e.g. to "https://github.com/emilk/egui"
.
An widget to show an image of a given size.
A clickable image within a frame.
Static text.
One out of several alternatives, either selected or not.
One out of several alternatives, either selected or not.
Will mark selected items with a different background color.
An alternative to RadioButton
and Checkbox
.
Control a number by a horizontal slider.
A text region that the user can edit the contents of.
Traits
Trait constraining what types TextEdit
may use as
an underlying buffer.
Functions
Show a button to reset a value to its default. The button is only enabled if the value does not already have its original value.