Searched refs:LV_EVENT_STYLE_CHANGED (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_event.h | 93 LV_EVENT_STYLE_CHANGED, /**< Object's style has changed */ enumerator
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 114 obj_setInt(self, "STYLE_CHANGED", LV_EVENT_STYLE_CHANGED); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 414 case LV_EVENT_STYLE_CHANGED: in event_is_bubbled()
|
D | lv_obj_style.c | 297 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()
|
D | lv_obj.c | 754 else if(code == LV_EVENT_STYLE_CHANGED) { in lv_obj_event()
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 577 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/ |
D | lv_roller.c | 374 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/ |
D | event.rst | 181 - :cpp:enumerator:`LV_EVENT_STYLE_CHANGED`: Widget's style has changed
|
D | obj.rst | 589 - :cpp:enumerator:`LV_EVENT_STYLE_CHANGED` Object's style has changed
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.c | 626 if(code == LV_EVENT_STYLE_CHANGED) { in lv_image_event()
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 417 if(code == LV_EVENT_STYLE_CHANGED) { in lv_buttonmatrix_event()
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 670 else if(code == LV_EVENT_STYLE_CHANGED) { in lv_spangroup_event()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 757 else if(code == LV_EVENT_STYLE_CHANGED) { in lv_dropdown_event()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 761 if((code == LV_EVENT_STYLE_CHANGED) || (code == LV_EVENT_SIZE_CHANGED)) { in lv_label_event()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 566 if(code == LV_EVENT_STYLE_CHANGED) { in lv_table_event()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1038 if(code == LV_EVENT_STYLE_CHANGED || code == LV_EVENT_SIZE_CHANGED) { in label_event_cb()
|