Searched refs:log_out_btn (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/demos/widgets/ |
D | lv_demo_widgets.c | 230 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create() local 231 lv_obj_set_height(log_out_btn, LV_SIZE_CONTENT); in profile_create() 233 lv_obj_t * label = lv_label_create(log_out_btn); in profile_create() 351 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 4, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create() 412 lv_obj_set_width(log_out_btn, 120); in profile_create() 423 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create() 496 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create()
|