Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c47 .instance_size = sizeof(lv_checkbox_t),
74 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_set_text()
106 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_set_text_static()
123 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_get_text()
136 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_constructor()
159 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_destructor()
181 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_event()
216 lv_checkbox_t * cb = (lv_checkbox_t *)obj; in lv_checkbox_draw()
/lvgl-latest/src/misc/
Dlv_types.h200 typedef struct _lv_checkbox_t lv_checkbox_t; typedef