Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_themes/
Dlv_theme.h101 LV_THEME_MSGBOX_BTNS, /*The button matrix of the buttons are initialized separately*/ enumerator
Dlv_theme.c319 case LV_THEME_MSGBOX_BTNS: in clear_styles()
Dlv_theme_template.c586 case LV_THEME_MSGBOX_BTNS: in theme_apply()
Dlv_theme_mono.c748 case LV_THEME_MSGBOX_BTNS: in theme_apply()
Dlv_theme_material.c1121 case LV_THEME_MSGBOX_BTNS: in theme_apply()
/lvgl-2.7.6/src/lv_widgets/
Dlv_msgbox.c159 lv_theme_apply(mbox, LV_THEME_MSGBOX_BTNS); in lv_msgbox_add_btns()