mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
docs fix typo: arae -> area (#2488)
Co-authored-by: Vincent Hamp <hamp@zimo.at>
This commit is contained in:
parent
e111ea2a62
commit
088b2bd490
@ -73,7 +73,7 @@ lv_obj_clear_flag(arc, LV_OBJ_FLAG_CLICKABLE);
|
||||
- `arc_dsc`
|
||||
- LV_ARC_DRAW_PART_KNOB The knob
|
||||
- `part`: `LV_PART_KNOB`
|
||||
- `draw_area`: the arae of the knob
|
||||
- `draw_area`: the area of the knob
|
||||
- `rect_dsc`:
|
||||
|
||||
See the events of the [Base object](/widgets/obj) too.
|
||||
|
@ -80,7 +80,7 @@ To align the text in the Text area ` lv_textarea_set_align(textarea, LV_TEXT_ALI
|
||||
|
||||
|
||||
### Accepted characters
|
||||
You can set a list of accepted characters with `lv_textarae_set_accepted_chars(textarea, "0123456789.+-")`.
|
||||
You can set a list of accepted characters with `lv_textarea_set_accepted_chars(textarea, "0123456789.+-")`.
|
||||
Other characters will be ignored.
|
||||
|
||||
### Max text length
|
||||
|
Loading…
x
Reference in New Issue
Block a user