Searched refs:LV_EVENT_CHILD_CREATED (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_event.h | 86 LV_EVENT_CHILD_CREATED, /**< Child was created, always bubbles up to all parents */ enumerator
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 387 case LV_EVENT_CHILD_CREATED: in event_is_bubbled() 410 case LV_EVENT_CHILD_CREATED: in event_is_bubbled()
|
D | lv_obj_tree.c | 197 lv_obj_send_event(parent, LV_EVENT_CHILD_CREATED, NULL); in lv_obj_set_parent() 274 lv_obj_send_event(parent, LV_EVENT_CHILD_CREATED, obj2); in lv_obj_swap() 276 lv_obj_send_event(parent2, LV_EVENT_CHILD_CREATED, obj1); in lv_obj_swap()
|
D | lv_obj_class.c | 129 lv_obj_send_event(parent, LV_EVENT_CHILD_CREATED, obj); in lv_obj_class_init_obj()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 107 obj_setInt(self, "CHILD_CREATED", LV_EVENT_CHILD_CREATED); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 253 else if(code == LV_EVENT_CHILD_CREATED) { in gridnav_event_cb()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 174 - :cpp:enumerator:`LV_EVENT_CHILD_CREATED`: Child was created, always bubbles up to all parents
|
D | obj.rst | 586 - :cpp:enumerator:`LV_EVENT_CHILD_CREATED` Child was created, always bubbles up to all pare…
|