Searched refs:LV_EVENT_CHILD_CREATED (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_tree.c | 177 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()
|
D | lv_event.h | 76 LV_EVENT_CHILD_CREATED, /**< Child was created, always bubbles up to all parents*/ enumerator
|
D | lv_obj_class.c | 127 lv_event_send(parent, LV_EVENT_CHILD_CREATED, obj); in lv_obj_class_init_obj()
|
D | lv_event.c | 487 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/ |
D | lv_gridnav.c | 229 else if(code == LV_EVENT_CHILD_CREATED) { in gridnav_event_cb()
|
/lvgl-latest/docs/overview/ |
D | event.md | 106 - `LV_EVENT_CHILD_CREATED` Child was created, always bubbles up to all parents
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 941 - feat(event) add LV_EVENT_CHILD_CREATED/DELETED [`2618`](https://github.com/lvgl/lvgl/pull/2618)
|