Searched refs:lv_tabview_class (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/src/extra/widgets/tabview/ |
D | lv_tabview.c | 17 #define MY_CLASS &lv_tabview_class 35 const lv_obj_class_t lv_tabview_class = { variable 62 lv_obj_t * obj = lv_obj_class_create_obj(&lv_tabview_class, parent); in lv_tabview_create() 294 lv_res_t res = lv_obj_event_base(&lv_tabview_class, e); in lv_tabview_event()
|
D | lv_tabview.h | 36 extern const lv_obj_class_t lv_tabview_class;
|
/lvgl-3.7.0/src/extra/themes/basic/ |
D | lv_theme_basic.c | 183 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply() 188 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply() 226 if(lv_obj_check_type(lv_obj_get_parent(obj), &lv_tabview_class)) { in theme_apply()
|
/lvgl-3.7.0/src/extra/themes/mono/ |
D | lv_theme_mono.c | 211 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply() 215 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply() 266 if(lv_obj_check_type(lv_obj_get_parent(obj), &lv_tabview_class)) { in theme_apply()
|
/lvgl-3.7.0/src/extra/themes/default/ |
D | lv_theme_default.c | 709 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply() 713 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply() 795 if(lv_obj_check_type(lv_obj_get_parent(obj), &lv_tabview_class)) { in theme_apply() 1133 else if(lv_obj_check_type(obj, &lv_tabview_class)) { in theme_apply()
|