Searched refs:tabview (Results 1 – 11 of 11) sorted by relevance
44 static void tabview_realign(lv_obj_t * tabview);470 (void)tabview; in lv_tabview_set_anim_time()489 tabview_realign(tabview); in lv_tabview_set_style()493 tabview_realign(tabview); in lv_tabview_set_style()508 tabview_realign(tabview); in lv_tabview_set_style()523 tabview_realign(tabview); in lv_tabview_set_btns_pos()536 tabview_realign(tabview); in lv_tabview_set_btns_hidden()609 (void)tabview; in lv_tabview_get_anim_time()691 tabview_realign(tabview); in lv_tabview_signal()874 lv_obj_get_width(tabview); in tabpage_pressing_handler()[all …]
111 lv_obj_t * lv_tabview_add_tab(lv_obj_t * tabview, const char * name);130 void lv_tabview_set_sliding(lv_obj_t * tabview, bool en);137 void lv_tabview_set_anim_time(lv_obj_t * tabview, uint16_t anim_time);159 void lv_tabview_set_btns_hidden(lv_obj_t * tabview, bool en);170 uint16_t lv_tabview_get_tab_act(const lv_obj_t * tabview);177 uint16_t lv_tabview_get_tab_count(const lv_obj_t * tabview);184 lv_obj_t * lv_tabview_get_tab(const lv_obj_t * tabview, uint16_t id);191 bool lv_tabview_get_sliding(const lv_obj_t * tabview);198 uint16_t lv_tabview_get_anim_time(const lv_obj_t * tabview);212 lv_tabview_btns_pos_t lv_tabview_get_btns_pos(const lv_obj_t * tabview);[all …]
314 theme.style.tabview.bg = &def; in tabview_init()315 theme.style.tabview.indic = &def; in tabview_init()316 theme.style.tabview.btn.bg = &def; in tabview_init()317 theme.style.tabview.btn.rel = &def; in tabview_init()318 theme.style.tabview.btn.pr = &def; in tabview_init()319 theme.style.tabview.btn.tgl_rel = &def; in tabview_init()320 theme.style.tabview.btn.tgl_pr = &def; in tabview_init()
325 theme.style.tabview.bg = &plain_bordered; in tabview_init()326 theme.style.tabview.indic = &lv_style_plain_color; in tabview_init()327 theme.style.tabview.btn.bg = &lv_style_transp; in tabview_init()328 theme.style.tabview.btn.rel = &lv_style_btn_rel; in tabview_init()329 theme.style.tabview.btn.pr = &lv_style_btn_pr; in tabview_init()330 theme.style.tabview.btn.tgl_rel = &lv_style_btn_tgl_rel; in tabview_init()331 theme.style.tabview.btn.tgl_pr = &lv_style_btn_tgl_pr; in tabview_init()
383 theme.style.tabview.bg = &light_frame; in tabview_init()384 theme.style.tabview.indic = &light_plain; in tabview_init()385 theme.style.tabview.btn.bg = &lv_style_transp_fit; in tabview_init()386 theme.style.tabview.btn.rel = &light_frame; in tabview_init()387 theme.style.tabview.btn.pr = &dark_frame; in tabview_init()388 theme.style.tabview.btn.tgl_rel = &dark_frame; in tabview_init()389 theme.style.tabview.btn.tgl_pr = &light_frame; in tabview_init()
752 theme.style.tabview.bg = &bg; in tabview_init()753 theme.style.tabview.indic = &tab_indic; in tabview_init()754 theme.style.tabview.btn.bg = &lv_style_transp_tight; in tabview_init()755 theme.style.tabview.btn.rel = &tab_rel; in tabview_init()756 theme.style.tabview.btn.pr = &tab_pr; in tabview_init()757 theme.style.tabview.btn.tgl_rel = &tab_trel; in tabview_init()758 theme.style.tabview.btn.tgl_pr = &tab_tpr; in tabview_init()
662 theme.style.tabview.bg = &bg; in tabview_init()663 theme.style.tabview.indic = &lv_style_transp; in tabview_init()664 theme.style.tabview.btn.bg = &lv_style_transp; in tabview_init()665 theme.style.tabview.btn.rel = theme.style.btn.rel; in tabview_init()666 theme.style.tabview.btn.pr = theme.style.btn.pr; in tabview_init()667 theme.style.tabview.btn.tgl_rel = theme.style.btn.tgl_rel; in tabview_init()668 theme.style.tabview.btn.tgl_pr = theme.style.btn.tgl_pr; in tabview_init()
708 theme.style.tabview.bg = theme.style.bg; in tabview_init()709 theme.style.tabview.indic = &indic; in tabview_init()710 theme.style.tabview.btn.bg = &btn_bg; in tabview_init()711 theme.style.tabview.btn.rel = &rel; in tabview_init()712 theme.style.tabview.btn.pr = ≺ in tabview_init()713 theme.style.tabview.btn.tgl_rel = &tgl_rel; in tabview_init()714 theme.style.tabview.btn.tgl_pr = &tgl_pr; in tabview_init()
775 theme.style.tabview.bg = &bg; in tabview_init()776 theme.style.tabview.indic = &tab_indic; in tabview_init()777 theme.style.tabview.btn.bg = &lv_style_transp_tight; in tabview_init()778 theme.style.tabview.btn.rel = &tab_rel; in tabview_init()779 theme.style.tabview.btn.pr = &tab_pr; in tabview_init()780 theme.style.tabview.btn.tgl_rel = &tab_trel; in tabview_init()781 theme.style.tabview.btn.tgl_pr = &tab_tpr; in tabview_init()
729 theme.style.tabview.bg = theme.style.bg; in tabview_init()730 theme.style.tabview.indic = &indic; in tabview_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()
295 } tabview; member
Completed in 31 milliseconds