Home
last modified time | relevance | path

Searched refs:lv_dropdown_add_option (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_dropdown.c73 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/
Dlv_dropdown.h99 void lv_dropdown_add_option(lv_obj_t * obj, const char * option, uint32_t pos);
Dlv_dropdown.c255 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/
Ddropdown.rst81 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/
Dpika_lv_wegit.c201 lv_dropdown_add_option(lv_obj, options, pos); in pika_lvgl_dropdown_add_option()