Home
last modified time | relevance | path

Searched defs:list (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/src/extra/widgets/list/
Dlv_list.c65 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/
Dlv_example_gridnav_4.c7 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/
Dlv_example_scroll_3.c12 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
Dlv_example_scroll_3.py24 def float_btn_event_cb(self,e,list): argument
Dlv_example_scroll_2.c10 lv_obj_t * list = lv_event_get_user_data(e); in sw_event_cb() local
/lvgl-latest/src/misc/
Dlv_ll.h159 #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/
Dlv_example_tileview_1.py27 list = lv.list(tile3) variable
Dlv_example_tileview_1.c32 lv_obj_t * list = lv_list_create(tile3); in lv_example_tileview_1() local
/lvgl-latest/tests/src/test_cases/
Dtest_dropdown.c147 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/
Dlv_demo_music.c35 static lv_obj_t * list; variable
Dlv_demo_music_list.c31 static lv_obj_t * list; variable
/lvgl-latest/src/widgets/
Dlv_dropdown.c608 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
Dlv_dropdown.h40 lv_obj_t * list; /**< The dropped down list*/ member
Dlv_textarea.c492 void lv_textarea_set_accepted_chars(lv_obj_t * obj, const char * list) in lv_textarea_set_accepted_chars()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c135 lv_obj_t * list = lv_list_create(parent); in selectors_create() local
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c905 lv_obj_t * list = lv_obj_create(parent); in shop_create() local