Searched refs:lv_dropdown_add_option (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_dropdown.c | 73 lv_dropdown_add_option(dd1, "x0", 0); in test_dropdown_set_options() 77 lv_dropdown_add_option(dd1, "y0", 3); in test_dropdown_set_options() 81 lv_dropdown_add_option(dd1, "z0", LV_DROPDOWN_POS_LAST); in test_dropdown_set_options() 95 lv_dropdown_add_option(dd1, "x0", 0); in test_dropdown_set_options() 99 lv_dropdown_add_option(dd1, "y0", 3); in test_dropdown_set_options() 103 lv_dropdown_add_option(dd1, "z0", LV_DROPDOWN_POS_LAST); in test_dropdown_set_options()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.h | 99 void lv_dropdown_add_option(lv_obj_t * obj, const char * option, uint32_t pos);
|
D | lv_dropdown.c | 255 void lv_dropdown_add_option(lv_obj_t * obj, const char * option, uint32_t pos) in lv_dropdown_add_option() function
|
/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 81 The :cpp:expr:`lv_dropdown_add_option(dropdown, "New option", pos)` function 87 List and :cpp:func:`lv_dropdown_add_option` cannot be used.
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_wegit.c | 201 lv_dropdown_add_option(lv_obj, options, pos); in pika_lvgl_dropdown_add_option()
|