Searched refs:LV_EVENT_GET_SELF_SIZE (Results 1 – 16 of 16) sorted by relevance
85 LV_EVENT_GET_SELF_SIZE, /**< Get the internal size of a widget*/ enumerator
363 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()
607 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()
143 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_line_event()
161 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_checkbox_event()
503 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_img_event()
326 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_roller_event()
699 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_dropdown_event()
764 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_label_event()
564 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_table_event()
173 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) {
111 - `LV_EVENT_GET_SELF_SIZE` Get the internal size of a widget
193 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_imgbtn_event()
551 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_spangroup_event()
740 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_chart_event()
1097 - 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_SIZE1529 - fix (span) fill LV_EVENT_GET_SELF_SIZE (#2360)