Home
last modified time | relevance | path

Searched refs:LV_EVENT_STYLE_CHANGED (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/src/misc/
Dlv_event.h93 LV_EVENT_STYLE_CHANGED, /**< Object's style has changed */ enumerator
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c114 obj_setInt(self, "STYLE_CHANGED", LV_EVENT_STYLE_CHANGED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/core/
Dlv_obj_event.c414 case LV_EVENT_STYLE_CHANGED: in event_is_bubbled()
Dlv_obj_style.c297 lv_obj_send_event(obj, LV_EVENT_STYLE_CHANGED, NULL); in lv_obj_refresh_style()
807 lv_obj_send_event(child, LV_EVENT_STYLE_CHANGED, NULL); in refresh_children_style()
Dlv_obj.c754 else if(code == LV_EVENT_STYLE_CHANGED) { in lv_obj_event()
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c577 lv_obj_add_event_cb(obj, lv_ime_pinyin_style_change_event, LV_EVENT_STYLE_CHANGED, NULL); in lv_ime_pinyin_constructor()
851 if(code == LV_EVENT_STYLE_CHANGED) { in lv_ime_pinyin_style_change_event()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c374 else if(code == LV_EVENT_STYLE_CHANGED) { in lv_roller_event()
377 if(label) lv_obj_send_event(label, LV_EVENT_STYLE_CHANGED, NULL); in lv_roller_event()
/lvgl-latest/docs/details/base-widget/
Devent.rst181 - :cpp:enumerator:`LV_EVENT_STYLE_CHANGED`: Widget's style has changed
Dobj.rst589 - :cpp:enumerator:`LV_EVENT_STYLE_CHANGED` Object's style has changed
/lvgl-latest/src/widgets/image/
Dlv_image.c626 if(code == LV_EVENT_STYLE_CHANGED) { in lv_image_event()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c417 if(code == LV_EVENT_STYLE_CHANGED) { in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/span/
Dlv_span.c670 else if(code == LV_EVENT_STYLE_CHANGED) { in lv_spangroup_event()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c757 else if(code == LV_EVENT_STYLE_CHANGED) { in lv_dropdown_event()
/lvgl-latest/src/widgets/label/
Dlv_label.c761 if((code == LV_EVENT_STYLE_CHANGED) || (code == LV_EVENT_SIZE_CHANGED)) { in lv_label_event()
/lvgl-latest/src/widgets/table/
Dlv_table.c566 if(code == LV_EVENT_STYLE_CHANGED) { in lv_table_event()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1038 if(code == LV_EVENT_STYLE_CHANGED || code == LV_EVENT_SIZE_CHANGED) { in label_event_cb()