Searched refs:option (Results 1 – 4 of 4) sorted by relevance
128 void lv_dropdown_add_option(lv_obj_t * ddlist, const char * option, uint32_t pos);
274 void lv_dropdown_add_option(lv_obj_t * ddlist, const char * option, uint32_t pos) in lv_dropdown_add_option() argument277 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()
66 # option can be useful when feeding doxygen a huge amount of source files, where333 # If you use Microsoft's C++/CLI language, you should set this option to YES to348 # getter and setter methods for a property. Setting this option to YES will make352 # should set this option to NO.365 # If one adds a struct or class to a group and this option is enabled, then also366 # any nested class or struct is added to the same group. By default this option486 # 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 option524 # 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 …]
237 …ted into LVGL. In `lv_conf.h` any supported GPUs can be enabled with a single configuration option.