Searched refs:lv_label_create (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_cb.c | 80 ext->label = lv_label_create(new_cb, NULL); in lv_cb_create() 104 ext->label = lv_label_create(new_cb, copy_ext->label); in lv_cb_create()
|
A D | lv_label.h | 114 lv_obj_t * lv_label_create(lv_obj_t * par, const lv_obj_t * copy);
|
A D | lv_mbox.c | 92 ext->text = lv_label_create(new_mbox, NULL); in lv_mbox_create() 116 ext->text = lv_label_create(new_mbox, copy_ext->text); in lv_mbox_create()
|
A D | lv_win.c | 94 ext->title = lv_label_create(ext->header, NULL); in lv_win_create() 119 ext->title = lv_label_create(ext->header, copy_ext->title); in lv_win_create()
|
A D | lv_ddlist.c | 113 ext->label = lv_label_create(new_ddlist, NULL); in lv_ddlist_create() 135 ext->label = lv_label_create(new_ddlist, copy_ext->label); in lv_ddlist_create()
|
A D | lv_ta.c | 133 ext->label = lv_label_create(new_ta, NULL); in lv_ta_create() 157 ext->label = lv_label_create(new_ta, copy_ext->label); in lv_ta_create() 516 ext->placeholder = lv_label_create(ta, NULL); in lv_ta_set_placeholder_text()
|
A D | lv_list.c | 213 lv_obj_t * label = lv_label_create(liste, NULL); in lv_list_add_btn()
|
A D | lv_label.c | 69 lv_obj_t * lv_label_create(lv_obj_t * par, const lv_obj_t * copy) in lv_label_create() function
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 252 lv_obj_t * label = lv_label_create(btn, NULL); /*Add a label to the button*/ 307 label = lv_label_create(lv_scr_act(), NULL);
|
Completed in 16 milliseconds