Searched refs:birthdate (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 292 lv_obj_t * birthdate = lv_textarea_create(panel2); in profile_create() local 293 lv_textarea_set_one_line(birthdate, true); in profile_create() 294 lv_obj_add_event_cb(birthdate, birthday_event_cb, LV_EVENT_ALL, NULL); in profile_create() 366 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create() 440 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 7, 1); in profile_create() 513 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 7, 1); in profile_create()
|