egui
0.30.0
In egui::
widgets
Modules
color_picker
text_edit
Structs
Button
Checkbox
DragValue
GifFrameDurations
Hyperlink
Image
ImageButton
ImageOptions
ImageSize
Label
Link
ProgressBar
RadioButton
SelectableLabel
Separator
Slider
Spinner
Enums
ImageFit
ImageSource
SliderClamping
SliderOrientation
Traits
Widget
WidgetWithState
Functions
decode_gif_uri
global_dark_light_mode_buttons
global_dark_light_mode_switch
global_theme_preference_buttons
global_theme_preference_switch
has_gif_magic_header
paint_texture_at
reset_button
reset_button_with
stroke_ui
egui
::
widgets
Function
stroke_ui
Copy item path
Settings
Help
Summary
Source
pub fn stroke_ui(ui: &mut
Ui
, stroke: &mut
Stroke
, text: &
str
)
👎
Deprecated: Use
ui.add(&mut stroke)
instead