Module me3_framework::overlay::widgets
source · [−]Expand description
Modules
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.
Clickable text, that looks like a hyperlink.
A simple progress bar.
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 with a slider.
A spinner widget used to indicate loading.
A text region that the user can edit the contents of.
Enums
Specifies the orientation of a
Slider
.Traits
Trait constraining what types
crate::TextEdit
may use as
an underlying buffer.Helper so that you can do
TextEdit::State::read…
Functions
Show larger buttons for switching between light and dark mode (globally).
Show a small button to switch to/from dark/light mode (globally).
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.
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.