Searched refs:lv_dropdown_set_symbol (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/examples/widgets/dropdown/ |
D | lv_example_dropdown_2.c | 22 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()
|
D | lv_example_dropdown_3.c | 34 lv_dropdown_set_symbol(dropdown, &img_caret_down); in lv_example_dropdown_3()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_dropdown.c | 351 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/ |
D | lv_dropdown.h | 136 void lv_dropdown_set_symbol(lv_obj_t * obj, const void * symbol);
|
D | lv_dropdown.c | 306 void lv_dropdown_set_symbol(lv_obj_t * obj, const void * symbol) in lv_dropdown_set_symbol() function
|
/lvgl-latest/docs/widgets/core/ |
D | dropdown.md | 62 A symbol (typically an arrow) can be added to the dropdown list with `lv_dropdown_set_symbol(dropdo…
|