Searched refs:log_out_btn (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 253 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create() local 254 lv_obj_set_height(log_out_btn, LV_SIZE_CONTENT); in profile_create() 256 lv_obj_t * label = lv_label_create(log_out_btn); in profile_create() 373 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 4, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create() 432 lv_obj_set_width(log_out_btn, 120); in profile_create() 443 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create() 515 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create()
|