Home
last modified time | relevance | path

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

/lvgl-3.5.0/examples/styles/
Dlv_example_style_14.c9 static void new_theme_apply_cb(lv_theme_t * th, lv_obj_t * obj) in new_theme_apply_cb() function
33 lv_theme_set_apply_cb(&th_new, new_theme_apply_cb); in new_theme_init_and_set()
Dlv_example_style_14.py42 def new_theme_apply_cb(self, th, obj): member in ExampleStyle_14
51 self.th_new.set_apply_cb(self.new_theme_apply_cb)