Searched refs:LV_EVENT_CANCEL (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/examples/others/ime/ |
D | lv_example_ime_pinyin_1.c | 16 else if(code == LV_EVENT_CANCEL) { in ta_event_cb()
|
/lvgl-latest/src/misc/ |
D | lv_event.h | 80 LV_EVENT_CANCEL, /**< A process has been cancelled */ enumerator
|
/lvgl-latest/docs/details/widgets/ |
D | keyboard.rst | 88 - :c:macro:`LV_SYMBOL_CLOSE` or :c:macro:`LV_SYMBOL_KEYBOARD` Send :cpp:enumerator:`LV_EVENT_CANCEL… 108 - :cpp:enumerator:`LV_EVENT_CANCEL`: The *Close* button was clicked.
|
D | dropdown.rst | 142 - :cpp:enumerator:`LV_EVENT_CANCEL` Sent when list is closed.
|
/lvgl-latest/src/widgets/keyboard/ |
D | lv_keyboard.c | 348 lv_result_t res = lv_obj_send_event(obj, LV_EVENT_CANCEL, NULL); in lv_keyboard_def_event_cb() 352 res = lv_obj_send_event(keyboard->ta, LV_EVENT_CANCEL, NULL); in lv_keyboard_def_event_cb()
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 211 if(code == LV_EVENT_READY || code == LV_EVENT_CANCEL) { in ta_event_cb()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 104 obj_setInt(self, "CANCEL", LV_EVENT_CANCEL); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 166 - :cpp:enumerator:`LV_EVENT_CANCEL`: A process has been cancelled
|
/lvgl-latest/src/indev/ |
D | lv_indev.c | 815 if(send_event(LV_EVENT_CANCEL, indev_act) == LV_RESULT_INVALID) return; in indev_keypad_proc() 958 if(send_event(LV_EVENT_CANCEL, indev_act) == LV_RESULT_INVALID) return; in indev_encoder_proc()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 623 lv_obj_send_event(obj, LV_EVENT_CANCEL, NULL); in lv_dropdown_close()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1305 else if(code == LV_EVENT_READY || code == LV_EVENT_CANCEL) { in ta_event_cb()
|