Home
last modified time | relevance | path

Searched refs:lv_mbox_set_style (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_mbox.c106 lv_mbox_set_style(new_mbox, LV_MBOX_STYLE_BG, th->style.mbox.bg); in lv_mbox_create()
108 lv_mbox_set_style(new_mbox, LV_MBOX_STYLE_BG, &lv_style_pretty); in lv_mbox_create()
151 lv_mbox_set_style(mbox, LV_MBOX_STYLE_BTN_BG, th->style.mbox.btn.bg); in lv_mbox_add_btns()
152 lv_mbox_set_style(mbox, LV_MBOX_STYLE_BTN_REL, th->style.mbox.btn.rel); in lv_mbox_add_btns()
153 lv_mbox_set_style(mbox, LV_MBOX_STYLE_BTN_PR, th->style.mbox.btn.pr); in lv_mbox_add_btns()
274 void lv_mbox_set_style(lv_obj_t * mbox, lv_mbox_style_t type, const lv_style_t * style) in lv_mbox_set_style() function
A Dlv_mbox.h136 void lv_mbox_set_style(lv_obj_t * mbox, lv_mbox_style_t type, const lv_style_t * style);

Completed in 3 milliseconds