Home
last modified time | relevance | path

Searched refs:LV_EVENT_CHILD_CREATED (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_tree.c177 lv_event_send(parent, LV_EVENT_CHILD_CREATED, NULL); in lv_obj_set_parent()
237 lv_event_send(parent, LV_EVENT_CHILD_CREATED, obj2); in lv_obj_swap()
239 lv_event_send(parent2, LV_EVENT_CHILD_CREATED, obj1); in lv_obj_swap()
Dlv_event.h76 LV_EVENT_CHILD_CREATED, /**< Child was created, always bubbles up to all parents*/ enumerator
Dlv_obj_class.c127 lv_event_send(parent, LV_EVENT_CHILD_CREATED, obj); in lv_obj_class_init_obj()
Dlv_event.c487 case LV_EVENT_CHILD_CREATED: in event_is_bubbled()
511 case LV_EVENT_CHILD_CREATED: in event_is_bubbled()
/lvgl-latest/src/extra/others/gridnav/
Dlv_gridnav.c229 else if(code == LV_EVENT_CHILD_CREATED) { in gridnav_event_cb()
/lvgl-latest/docs/overview/
Devent.md106 - `LV_EVENT_CHILD_CREATED` Child was created, always bubbles up to all parents
/lvgl-latest/docs/
DCHANGELOG.md941 - feat(event) add LV_EVENT_CHILD_CREATED/DELETED [`2618`](https://github.com/lvgl/lvgl/pull/2618)