Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_widgets/
Dlv_cont.c38 static lv_style_list_t * lv_cont_get_style(lv_obj_t * cont, uint8_t type);
257 info->result = lv_cont_get_style(cont, info->part); in lv_cont_signal()
292 static lv_style_list_t * lv_cont_get_style(lv_obj_t * cont, uint8_t type) in lv_cont_get_style() function