Searched refs:invite_btn (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 260 lv_obj_t * invite_btn = lv_btn_create(panel1); in profile_create() local 261 lv_obj_add_state(invite_btn, LV_STATE_DISABLED); in profile_create() 262 lv_obj_set_height(invite_btn, LV_SIZE_CONTENT); in profile_create() 264 label = lv_label_create(invite_btn); in profile_create() 374 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_STRETCH, 5, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create() 433 lv_obj_set_width(invite_btn, 120); in profile_create() 444 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_END, 3, 1, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create() 516 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create()
|