Searched refs:edit (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/extra/themes/mono/ |
D | lv_theme_mono.c | 42 lv_style_t edit; member 126 style_init_reset(&styles->edit); in style_init() 127 lv_style_set_outline_width(&styles->edit, BORDER_W_EDIT); in style_init() 248 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 306 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 318 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 330 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 345 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 366 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() 375 lv_obj_add_style(obj, &styles->edit, LV_STATE_EDITED); in theme_apply() [all …]
|
/lvgl-latest/src/core/ |
D | lv_group.h | 205 void lv_group_set_editing(lv_group_t * group, bool edit);
|
D | lv_group.c | 312 void lv_group_set_editing(lv_group_t * group, bool edit) in lv_group_set_editing() argument 315 uint8_t en_val = edit ? 1 : 0; in lv_group_set_editing()
|
/lvgl-latest/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-latest/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-latest/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 | 841 - docs(widgets) fix edit links [`7ed1a56`](https://github.com/littlevgl/lvgl/commit/7ed1a5625a5139e… 1730 - fix(indev) don't leave edit mode if there is only one object in the group
|
/lvgl-latest/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-latest/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-latest/docs/widgets/ |
D | obj.md | 178 …ice. See [Input devices overview](/overview/indev) for more on encoder behaviors and the edit mode.
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-el…
|