Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.h34 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_spinbox_class;
Dlv_spinbox.c20 #define MY_CLASS (&lv_spinbox_class)
39 const lv_obj_class_t lv_spinbox_class = { variable
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c402 else if(lv_obj_check_type(obj, &lv_spinbox_class)) { in theme_apply()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c494 else if(lv_obj_check_type(obj, &lv_spinbox_class)) { in theme_apply()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c1173 else if(lv_obj_check_type(obj, &lv_spinbox_class)) { in theme_apply()