Searched refs:edit (Results 1 – 12 of 12) sorted by relevance
/lvgl-3.5.0/src/extra/themes/mono/ |
D | lv_theme_mono.c | 42 lv_style_t edit; member 127 style_init_reset(&styles->edit); in style_init() 128 lv_style_set_outline_width(&styles->edit, BORDER_W_EDIT); in style_init() 251 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 309 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 321 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 333 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 348 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 369 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 378 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() [all …]
|
/lvgl-3.5.0/src/core/ |
D | lv_group.h | 207 void lv_group_set_editing(lv_group_t * group, bool edit);
|
D | lv_group.c | 311 void lv_group_set_editing(lv_group_t * group, bool edit) in lv_group_set_editing() argument 314 uint8_t en_val = edit ? 1 : 0; in lv_group_set_editing()
|
/lvgl-3.5.0/docs/porting/ |
D | indev.md | 86 …n a complex object (like a list, message box, etc.) the object will go to edit mode whereby you ca… 87 - To leave edit mode, long press the button. 108 …d encoder behavior, you can also utilize its logic to navigate(focus) and edit widgets using butto…
|
/lvgl-3.5.0/docs/overview/ |
D | indev.md | 108 Since a keypad has plenty of keys, it's easy to navigate between objects and edit them using the ke… 127 If an object switches to edit mode it enters the `LV_STATE_FOCUSED | LV_STATE_EDITED` states so the…
|
/lvgl-3.5.0/docs/ |
D | CODE_OF_CONDUCT.md | 29 Project maintainers have the right and responsibility to remove, edit, or reject comments, commits,…
|
D | CONTRIBUTING.md | 34 To add your changes you can edit files online on GitHub and send a new Pull request from there (rec… 38 1. Navigate to the file you want to edit. 218 For typos and straightforward fixes, you can simply edit the file on GitHub. 270 - Close/reopen/edit issues
|
D | CHANGELOG.md | 676 - docs(widgets) fix edit links [`7ed1a56`](https://github.com/littlevgl/lvgl/commit/7ed1a5625a5139e… 1565 - fix(indev) don't leave edit mode if there is only one object in the group
|
/lvgl-3.5.0/docs/get-started/platforms/ |
D | arduino.md | 67 To enable this feature you have to edit the `lv_conf.h` file and enable logging in the section `log…
|
/lvgl-3.5.0/docs/get-started/bindings/ |
D | micropython.md | 65 It's a fully functional LVGL + Micropython that runs entirely in the browser and allows you to edit…
|
/lvgl-3.5.0/docs/widgets/ |
D | obj.md | 178 …ice. See [Input devices overview](/overview/indev) for more on encoder behaviors and the edit mode.
|
/lvgl-3.5.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-el…
|