Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_event.h95 LV_EVENT_GET_SELF_SIZE, /**< Get internal size of a widget */ enumerator
/lvgl-latest/src/core/
Dlv_obj_event.c289 if(e->code == LV_EVENT_GET_SELF_SIZE) { in lv_event_get_self_size_info()
415 case LV_EVENT_GET_SELF_SIZE: in event_is_bubbled()
Dlv_obj_pos.c592 lv_obj_send_event((lv_obj_t *)obj, LV_EVENT_GET_SELF_SIZE, &p); in lv_obj_get_self_width()
599 lv_obj_send_event((lv_obj_t *)obj, LV_EVENT_GET_SELF_SIZE, &p); in lv_obj_get_self_height()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c116 obj_setInt(self, "GET_SELF_SIZE", LV_EVENT_GET_SELF_SIZE); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/widgets/line/
Dlv_line.c203 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_line_event()
/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c179 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_checkbox_event()
/lvgl-latest/src/widgets/imagebutton/
Dlv_imagebutton.c176 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_imagebutton_event()
/lvgl-latest/docs/details/base-widget/
Dscroll.rst296 LVGL uses the :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE` event to get the self size of
301 if(event_code == LV_EVENT_GET_SELF_SIZE) {
Devent.rst183 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE`: Get the internal size of a widget
Dobj.rst591 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE` Get internal size of a widget
/lvgl-latest/src/widgets/image/
Dlv_image.c678 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_image_event()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c370 if(code == LV_EVENT_GET_SELF_SIZE) { in lv_roller_event()
/lvgl-latest/src/widgets/span/
Dlv_span.c676 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_spangroup_event()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c763 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_dropdown_event()
/lvgl-latest/src/widgets/label/
Dlv_label.c773 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_label_event()
/lvgl-latest/src/widgets/table/
Dlv_table.c569 else if(code == LV_EVENT_GET_SELF_SIZE) { in lv_table_event()