Searched refs:deleted (Results 1 – 14 of 14) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_event.c | 63 e.deleted = 0; in lv_event_send() 100 if(e->deleted) res = LV_RES_INV; in lv_obj_event_base() 152 if(e->current_target == obj || e->target == obj) e->deleted = 1; in _lv_event_mark_deleted() 429 if(e->deleted) return LV_RES_INV; in event_send_core() 445 if(e->deleted) return LV_RES_INV; in event_send_core() 465 if(e->deleted) return LV_RES_INV; in event_send_core()
|
D | lv_event.h | 100 uint8_t deleted : 1; member
|
D | lv_obj_style.c | 114 bool deleted = false; in lv_obj_remove_style() local 144 deleted = true; in lv_obj_remove_style() 148 if(deleted && prop != LV_STYLE_PROP_INV) { in lv_obj_remove_style()
|
/lvgl-3.7.0/docs/get-started/ |
D | quick-overview.md | 91 The child object moves with the parent and if the parent is deleted the children will be deleted to… 124 … to an object which will be called if the object is clicked, released, dragged, being deleted, etc.
|
/lvgl-3.7.0/docs/overview/ |
D | event.md | 104 - `LV_EVENT_DELETE` Object is being deleted 107 - `LV_EVENT_CHILD_DELETED` Child was deleted, always bubbles up to all parents
|
D | timer.md | 51 …v_timer_set_repeat_count(timer, count)`. The timer will automatically be deleted after it's called…
|
D | animation.md | 51 /*Set a callback to indicate when the animation is deleted (idle).*/
|
D | display.md | 56 Screens can be deleted with `lv_obj_del(scr)`, but ensure that you do not delete the currently load…
|
D | object.md | 95 In LVGL, objects can be created and deleted dynamically at run time. It means only the currently cr…
|
D | style.md | 232 …r objects. If used, local styles are allocated automatically, and freed when the object is deleted.
|
/lvgl-3.7.0/docs/widgets/core/ |
D | dropdown.md | 10 When the user selects a new value, the list is deleted again.
|
/lvgl-3.7.0/docs/ |
D | CONTRIBUTING.md | 102 The animations weren't deleted in the destructor.
|
D | CHANGELOG.md | 196 - fix(group): fix default_group becomes wild pointer when deleted [`4076`](https://github.com/lvgl/… 371 - feat(anim): add deleted callback (#3279) [`3295`](https://github.com/lvgl/lvgl/pull/3295) 528 - fix(group): in lv_group_remove() fix if the object to focus is deleted [`72cb683`](https://github… 803 - fix(event): crash if an object was deleted in an event [`9810920`](https://github.com/littlevgl/l… 1144 - fix(scroll) keep the scroll position on object deleted [`52edbb4`](https://github.com/lvgl/lvgl/c… 1578 - fix(scroll) keep the scroll position on object deleted <a href="https://github.com/lvgl/lvgl/comm… 1711 - fix(delete) delete animation after the children are deleted
|
/lvgl-3.7.0/ |
D | Kconfig | 381 bool "Check NULL, the object's type and existence (e.g. not deleted). (Slow)."
|