/lvgl-latest/src/extra/widgets/list/ |
D | lv_list.c | 65 lv_obj_t * lv_list_add_text(lv_obj_t * list, const char * txt) in lv_list_add_text() 76 lv_obj_t * lv_list_add_btn(lv_obj_t * list, const void * icon, const char * txt) in lv_list_add_btn() 101 const char * lv_list_get_btn_text(lv_obj_t * list, lv_obj_t * btn) in lv_list_get_btn_text()
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_4.c | 7 lv_obj_t * list = lv_obj_get_parent(obj); in event_handler() local 19 lv_obj_t * list = lv_list_create(lv_scr_act()); in lv_example_gridnav_4() local
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_3.c | 12 lv_obj_t * list = lv_event_get_user_data(e); in float_btn_event_cb() local 29 lv_obj_t * list = lv_list_create(lv_scr_act()); in lv_example_scroll_3() local
|
D | lv_example_scroll_3.py | 24 def float_btn_event_cb(self,e,list): argument
|
D | lv_example_scroll_2.c | 10 lv_obj_t * list = lv_event_get_user_data(e); in sw_event_cb() local
|
/lvgl-latest/src/misc/ |
D | lv_ll.h | 159 #define _LV_LL_READ(list, i) for(i = _lv_ll_get_head(list); i != NULL; i = _lv_ll_get_next(list, i)) argument 161 #define _LV_LL_READ_BACK(list, i) for(i = _lv_ll_get_tail(list); i != NULL; i = _lv_ll_get_prev(lis… argument
|
/lvgl-latest/examples/widgets/tileview/ |
D | lv_example_tileview_1.py | 27 list = lv.list(tile3) variable
|
D | lv_example_tileview_1.c | 32 lv_obj_t * list = lv_list_create(tile3); in lv_example_tileview_1() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_dropdown.c | 147 lv_obj_t * list = lv_dropdown_get_list(dd1); in test_dropdown_click() local 356 lv_obj_t * list = lv_dropdown_get_list(dd3); in test_dropdown_render_1() local 436 lv_obj_t * list = lv_dropdown_get_list(dd); in test_dropdown_should_list_on_top() local
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 35 static lv_obj_t * list; variable
|
D | lv_demo_music_list.c | 31 static lv_obj_t * list; variable
|
/lvgl-latest/src/widgets/ |
D | lv_dropdown.c | 608 lv_dropdown_list_t * list = (lv_dropdown_list_t *)dropdown->list; in lv_dropdown_constructor() local 648 lv_dropdown_list_t * list = (lv_dropdown_list_t *)list_obj; in lv_dropdownlist_destructor() local 756 lv_obj_t * list = lv_event_get_target(e); in lv_dropdown_list_event() local 896 lv_dropdown_list_t * list = (lv_dropdown_list_t *)list_obj; in draw_list() local 1051 lv_dropdown_list_t * list = (lv_dropdown_list_t *) list_obj; in list_release_handler() local 1087 lv_dropdown_list_t * list = (lv_dropdown_list_t *) list_obj; in list_press_handler() local
|
D | lv_dropdown.h | 40 lv_obj_t * list; /**< The dropped down list*/ member
|
D | lv_textarea.c | 492 void lv_textarea_set_accepted_chars(lv_obj_t * obj, const char * list) in lv_textarea_set_accepted_chars()
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 135 lv_obj_t * list = lv_list_create(parent); in selectors_create() local
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 905 lv_obj_t * list = lv_obj_create(parent); in shop_create() local
|