Home
last modified time | relevance | path

Searched refs:option (Results 1 – 4 of 4) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_dropdown.h128 void lv_dropdown_add_option(lv_obj_t * ddlist, const char * option, uint32_t pos);
Dlv_dropdown.c274 void lv_dropdown_add_option(lv_obj_t * ddlist, const char * option, uint32_t pos) in lv_dropdown_add_option() argument
277 LV_ASSERT_STR(option); in lv_dropdown_add_option()
296 size_t ins_len = strlen(option); in lv_dropdown_add_option()
324 strcpy(ins_buf, option); in lv_dropdown_add_option()
/lvgl-2.7.6/scripts/
DDoxyfile66 # option can be useful when feeding doxygen a huge amount of source files, where
333 # If you use Microsoft's C++/CLI language, you should set this option to YES to
348 # getter and setter methods for a property. Setting this option to YES will make
352 # should set this option to NO.
365 # If one adds a struct or class to a group and this option is enabled, then also
366 # any nested class or struct is added to the same group. By default this option
486 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
493 # to NO, these classes will be included in the various overviews. This option
524 # and Mac users are advised to set this option to NO.
587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
[all …]
/lvgl-2.7.6/
DCHANGELOG.md237 …ted into LVGL. In `lv_conf.h` any supported GPUs can be enabled with a single configuration option.