Searched refs:birthdate (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 287 lv_obj_t * birthdate = lv_textarea_create(panel2); in profile_create() local 288 lv_textarea_set_one_line(birthdate, true); in profile_create() 289 lv_obj_add_event_cb(birthdate, birthday_event_cb, LV_EVENT_ALL, NULL); in profile_create() 361 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create() 434 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 7, 1); in profile_create() 506 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 7, 1); in profile_create()
|