Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_event.h86 LV_EVENT_CHILD_CREATED, /**< Child was created, always bubbles up to all parents */ enumerator
/lvgl-latest/src/core/
Dlv_obj_event.c387 case LV_EVENT_CHILD_CREATED: in event_is_bubbled()
410 case LV_EVENT_CHILD_CREATED: in event_is_bubbled()
Dlv_obj_tree.c197 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()
Dlv_obj_class.c129 lv_obj_send_event(parent, LV_EVENT_CHILD_CREATED, obj); in lv_obj_class_init_obj()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c107 obj_setInt(self, "CHILD_CREATED", LV_EVENT_CHILD_CREATED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c253 else if(code == LV_EVENT_CHILD_CREATED) { in gridnav_event_cb()
/lvgl-latest/docs/details/base-widget/
Devent.rst174 - :cpp:enumerator:`LV_EVENT_CHILD_CREATED`: Child was created, always bubbles up to all parents
Dobj.rst586 - :cpp:enumerator:`LV_EVENT_CHILD_CREATED` Child was created, always bubbles up to all pare…