Lines Matching refs:btn
147 theme.style.btn.rel = &rel; in btn_init()
148 theme.style.btn.pr = ≺ in btn_init()
149 theme.style.btn.tgl_rel = &tgl_rel; in btn_init()
150 theme.style.btn.tgl_pr = &tgl_pr; in btn_init()
151 theme.style.btn.ina = &ina; in btn_init()
428 lv_style_copy(&ina, theme.style.btn.ina); in cb_init()
481 theme.style.btnm.btn.rel = &rel; in btnm_init()
482 theme.style.btnm.btn.pr = ≺ in btnm_init()
483 theme.style.btnm.btn.tgl_rel = &tgl_rel; in btnm_init()
484 theme.style.btnm.btn.tgl_pr = &tgl_pr; in btnm_init()
485 theme.style.btnm.btn.ina = &def; in btnm_init()
498 theme.style.kb.btn.rel = &rel; in kb_init()
499 theme.style.kb.btn.pr = theme.style.btnm.btn.pr; in kb_init()
500 theme.style.kb.btn.tgl_rel = theme.style.btnm.btn.tgl_rel; in kb_init()
501 theme.style.kb.btn.tgl_pr = theme.style.btnm.btn.tgl_pr; in kb_init()
502 theme.style.kb.btn.ina = theme.style.btnm.btn.ina; in kb_init()
516 lv_style_copy(&pr, theme.style.btnm.btn.pr); in mbox_init()
520 theme.style.mbox.btn.bg = &lv_style_transp; in mbox_init()
521 theme.style.mbox.btn.rel = &rel; in mbox_init()
522 theme.style.mbox.btn.pr = ≺ in mbox_init()
615 theme.style.list.btn.rel = &rel; in list_init()
616 theme.style.list.btn.pr = ≺ in list_init()
617 theme.style.list.btn.tgl_rel = &tgl_rel; in list_init()
618 theme.style.list.btn.tgl_pr = &tgl_pr; in list_init()
619 theme.style.list.btn.ina = &ina; in list_init()
731 theme.style.tabview.btn.bg = &btn_bg; in tabview_init()
732 theme.style.tabview.btn.rel = &rel; in tabview_init()
733 theme.style.tabview.btn.pr = ≺ in tabview_init()
734 theme.style.tabview.btn.tgl_rel = &tgl_rel; in tabview_init()
735 theme.style.tabview.btn.tgl_pr = &tgl_pr; in tabview_init()
799 theme.style.win.btn.rel = &lv_style_transp; in win_init()
800 theme.style.win.btn.pr = ≺ in win_init()