Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.h50 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_dropdown_class;
Dlv_dropdown.c30 #define MY_CLASS (&lv_dropdown_class)
115 const lv_obj_class_t lv_dropdown_class = { variable
159 lv_obj_t * obj = lv_obj_class_create_obj(&lv_dropdown_class, parent); in lv_dropdown_create()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_dropdown.c85 …_obj_t * year_dropdown = lv_obj_get_child_by_type(header, year_dropdown_index, &lv_dropdown_class); in lv_calendar_header_dropdown_set_year_list()
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c327 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c408 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c974 else if(lv_obj_check_type(obj, &lv_dropdown_class)) { in theme_apply()