Searched refs:log_out_btn (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 235 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create() local 236 lv_obj_set_height(log_out_btn, LV_SIZE_CONTENT); in profile_create() 238 lv_obj_t * label = lv_label_create(log_out_btn); in profile_create() 356 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 4, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create() 418 lv_obj_set_width(log_out_btn, 120); in profile_create() 429 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create() 503 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create()
|