Home
last modified time | relevance | path

Searched refs:lv_dropdown_set_options_static (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/examples/widgets/dropdown/
Dlv_example_dropdown_2.c16 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/
Dlv_dropdown.h91 void lv_dropdown_set_options_static(lv_obj_t * obj, const char * options);
Dlv_dropdown.c226 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/
Dlv_example_file_explorer_2.c141 lv_dropdown_set_options_static(dd, opts); in lv_example_file_explorer_2()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view_ctrl_pad.c97 lv_dropdown_set_options_static(ddlist, options); in ddlist_create()
/lvgl-latest/docs/details/widgets/
Ddropdown.rst85 with :cpp:expr:`lv_dropdown_set_options_static(dropdown, options)`. In this case
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_dropdown.c91 lv_dropdown_set_options_static(dd1, "a1\nb2\nc3\nd4\ne5\nf6"); in test_dropdown_set_options()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c332 lv_dropdown_set_options_static(gender, "Male\nFemale\nOther"); in profile_create()