Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_objx_templ.c34 static void lv_templ_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj);
42 .constructor_cb = lv_templ_constructor,
106 static void lv_templ_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_templ_constructor() function