Home
last modified time | relevance | path

Searched refs:lv_dropdown_class (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_dropdown.h58 extern const lv_obj_class_t lv_dropdown_class;
Dlv_dropdown.c27 #define MY_CLASS &lv_dropdown_class
62 const lv_obj_class_t lv_dropdown_class = { variable
93 lv_obj_t * obj = lv_obj_class_create_obj(&lv_dropdown_class, parent); in lv_dropdown_create()
/lvgl-latest/src/extra/widgets/calendar/
Dlv_calendar_header_dropdown.c94 if(lv_obj_check_type(child, &lv_dropdown_class)) { in lv_calendar_header_dropdown_set_year_list()
/lvgl-latest/src/extra/themes/basic/
Dlv_theme_basic.c290 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
/lvgl-latest/src/extra/themes/mono/
Dlv_theme_mono.c371 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
/lvgl-latest/src/extra/themes/default/
Dlv_theme_default.c944 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()