Enum egui::WidgetType [−][src]
pub enum WidgetType {
Show 14 variants
Label,
Hyperlink,
TextEdit,
Button,
Checkbox,
RadioButton,
SelectableLabel,
ComboBox,
Slider,
DragValue,
ColorButton,
ImageButton,
CollapsingHeader,
Other,
}
Expand description
The different types of built-in widgets in egui
Variants
Label
Hyperlink
TextEdit
Button
Checkbox
RadioButton
SelectableLabel
ComboBox
Slider
DragValue
ColorButton
ImageButton
CollapsingHeader
Other
If you cannot fit any of the above slots.
If this is something you think should be added, file an issue.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WidgetType
impl Send for WidgetType
impl Sync for WidgetType
impl Unpin for WidgetType
impl UnwindSafe for WidgetType
Blanket Implementations
Mutably borrows from an owned value. Read more