Searched refs:lv_dropdown_set_options_static (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/examples/widgets/dropdown/ |
D | lv_example_dropdown_2.c | 16 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2() 20 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2() 26 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2() 32 lv_dropdown_set_options_static(dd, opts); in lv_example_dropdown_2()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.h | 91 void lv_dropdown_set_options_static(lv_obj_t * obj, const char * options);
|
D | lv_dropdown.c | 226 void lv_dropdown_set_options_static(lv_obj_t * obj, const char * options) in lv_dropdown_set_options_static() function 668 lv_dropdown_set_options_static(obj, "Option 1\nOption 2\nOption 3"); in lv_dropdown_constructor()
|
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_2.c | 141 lv_dropdown_set_options_static(dd, opts); in lv_example_file_explorer_2()
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 97 lv_dropdown_set_options_static(ddlist, options); in ddlist_create()
|
/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 85 with :cpp:expr:`lv_dropdown_set_options_static(dropdown, options)`. In this case
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_dropdown.c | 91 lv_dropdown_set_options_static(dd1, "a1\nb2\nc3\nd4\ne5\nf6"); in test_dropdown_set_options()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 332 lv_dropdown_set_options_static(gender, "Male\nFemale\nOther"); in profile_create()
|