Home
last modified time | relevance | path

Searched refs:lv_tabview_class (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/widgets/tabview/
Dlv_tabview.c21 #define MY_CLASS (&lv_tabview_class)
38 const lv_obj_class_t lv_tabview_class = { variable
65 lv_obj_t * obj = lv_obj_class_create_obj(&lv_tabview_class, parent); in lv_tabview_create()
291 lv_result_t res = lv_obj_event_base(&lv_tabview_class, e); in lv_tabview_event()
Dlv_tabview.h25 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_tabview_class;
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c221 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply()
226 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply()
264 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c248 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply()
252 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply()
303 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c743 if(lv_obj_check_type(parent, &lv_tabview_class) && lv_obj_get_child(parent, 1) == obj) { in theme_apply()
747 … else if(lv_obj_check_type(parent, &lv_tabview_class) && lv_obj_get_child(parent, 0) == obj) { in theme_apply()
754 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply()
797 if(lv_obj_check_type(tv, &lv_tabview_class)) { in theme_apply()
1194 else if(lv_obj_check_type(obj, &lv_tabview_class)) { in theme_apply()