Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c281 lv_obj_t * log_out_btn = lv_button_create(panel1); in profile_create() local
282 lv_obj_set_height(log_out_btn, LV_SIZE_CONTENT); in profile_create()
284 lv_obj_t * label = lv_label_create(log_out_btn); in profile_create()
402 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 4, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create()
461 lv_obj_set_width(log_out_btn, 120); in profile_create()
472 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_START, 1, 1, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create()
544 lv_obj_set_grid_cell(log_out_btn, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create()