Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_event.h85 LV_EVENT_GET_SELF_SIZE, /**< Get the internal size of a widget*/ enumerator
Dlv_event.c363 if(e->code == LV_EVENT_GET_SELF_SIZE) { in lv_event_get_self_size_info()
516 case LV_EVENT_GET_SELF_SIZE: in event_is_bubbled()
Dlv_obj_pos.c607 lv_event_send((lv_obj_t *)obj, LV_EVENT_GET_SELF_SIZE, &p); in lv_obj_get_self_width()
614 lv_event_send((lv_obj_t *)obj, LV_EVENT_GET_SELF_SIZE, &p); in lv_obj_get_self_height()
/lvgl-latest/src/widgets/
Dlv_line.c143 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_line_event()
Dlv_checkbox.c161 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_checkbox_event()
Dlv_img.c503 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_img_event()
Dlv_roller.c326 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_roller_event()
Dlv_dropdown.c699 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_dropdown_event()
Dlv_label.c764 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_label_event()
Dlv_table.c564 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_table_event()
/lvgl-latest/docs/overview/
Dscroll.md173 LVGL uses the `LV_EVENT_GET_SELF_SIZE` event to get the self size of an object. Here is an example …
175 if(event_code == LV_EVENT_GET_SELF_SIZE) {
Devent.md111 - `LV_EVENT_GET_SELF_SIZE` Get the internal size of a widget
/lvgl-latest/src/extra/widgets/imgbtn/
Dlv_imgbtn.c193 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_imgbtn_event()
/lvgl-latest/src/extra/widgets/span/
Dlv_span.c551 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_spangroup_event()
/lvgl-latest/src/extra/widgets/chart/
Dlv_chart.c740 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_chart_event()
/lvgl-latest/docs/
DCHANGELOG.md1097 - fix (span) fill LV_EVENT_GET_SELF_SIZE [`2360`](https://github.com/lvgl/lvgl/pull/2360)
1129 - fix(imgbtn) use the correct src in LV_EVENT_GET_SELF_SIZE [`04c515a`](https://github.com/lvgl/lvg…
1518 - fix(imgbtn) use the correct src in LV_EVENT_GET_SELF_SIZE
1529 - fix (span) fill LV_EVENT_GET_SELF_SIZE (#2360)