Searched refs:new_theme_apply_cb (Results 1 – 2 of 2) sorted by relevance
9 static void new_theme_apply_cb(lv_theme_t * th, lv_obj_t * obj) in new_theme_apply_cb() function33 lv_theme_set_apply_cb(&th_new, new_theme_apply_cb); in new_theme_init_and_set()
42 def new_theme_apply_cb(self, th, obj): member in ExampleStyle_1451 self.th_new.set_apply_cb(self.new_theme_apply_cb)