Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c310 lv_obj_t * birthdate = lv_textarea_create(panel2); in profile_create() local
311 lv_textarea_set_one_line(birthdate, true); in profile_create()
312 lv_obj_add_event_cb(birthdate, birthday_event_cb, LV_EVENT_ALL, NULL); in profile_create()
383 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create()
454 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 7, 1); in profile_create()
525 lv_obj_set_grid_cell(birthdate, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_START, 7, 1); in profile_create()