Searched refs:lv_buttonmatrix_set_one_checked (Results 1 – 7 of 7) sorted by relevance
147 void lv_buttonmatrix_set_one_checked(lv_obj_t * obj, bool en);
284 void lv_buttonmatrix_set_one_checked(lv_obj_t * obj, bool en) in lv_buttonmatrix_set_one_checked() function
60 lv_buttonmatrix_set_one_checked(btnm, true); in lv_example_buttonmatrix_3()
74 lv_buttonmatrix_set_one_checked(btnm, true); in test_button_matrix_render_2()265 lv_buttonmatrix_set_one_checked(btnm, true); in test_button_matrix_set_one_checked_works()
218 #define lv_btnmatrix_set_one_checked lv_buttonmatrix_set_one_checked
118 :cpp:expr:`lv_buttonmatrix_set_one_checked(btn_matrix, true)` to allow only one button to
552 lv_buttonmatrix_set_one_checked(pinyin_ime->cand_panel, true); in lv_ime_pinyin_constructor()