Home
last modified time | relevance | path

Searched refs:lv_dropdown_set_symbol (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_2.c22 lv_dropdown_set_symbol(dd, LV_SYMBOL_UP); in lv_example_dropdown_2()
28 lv_dropdown_set_symbol(dd, LV_SYMBOL_RIGHT); in lv_example_dropdown_2()
34 lv_dropdown_set_symbol(dd, LV_SYMBOL_LEFT); in lv_example_dropdown_2()
Dlv_example_dropdown_3.c34 lv_dropdown_set_symbol(dropdown, &img_caret_down); in lv_example_dropdown_3()
/lvgl-latest/tests/src/test_cases/
Dtest_dropdown.c351 lv_dropdown_set_symbol(dd3, LV_SYMBOL_LEFT); in test_dropdown_render_1()
371 lv_dropdown_set_symbol(dd1, &img_caret_down); in test_dropdown_render_2()
377 lv_dropdown_set_symbol(dd2, NULL); in test_dropdown_render_2()
392 lv_dropdown_set_symbol(dd4, LV_SYMBOL_UP); in test_dropdown_render_2()
399 lv_dropdown_set_symbol(dd5, LV_SYMBOL_UP); in test_dropdown_render_2()
407 lv_dropdown_set_symbol(dd6, LV_SYMBOL_RIGHT); in test_dropdown_render_2()
416 lv_dropdown_set_symbol(dd7, LV_SYMBOL_LEFT); in test_dropdown_render_2()
/lvgl-latest/src/widgets/
Dlv_dropdown.h136 void lv_dropdown_set_symbol(lv_obj_t * obj, const void * symbol);
Dlv_dropdown.c306 void lv_dropdown_set_symbol(lv_obj_t * obj, const void * symbol) in lv_dropdown_set_symbol() function
/lvgl-latest/docs/widgets/core/
Ddropdown.md62 A symbol (typically an arrow) can be added to the dropdown list with `lv_dropdown_set_symbol(dropdo…