Home
last modified time | relevance | path

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

/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c242 lv_obj_t * invite_btn = lv_btn_create(panel1); in profile_create() local
243 lv_obj_add_state(invite_btn, LV_STATE_DISABLED); in profile_create()
244 lv_obj_set_height(invite_btn, LV_SIZE_CONTENT); in profile_create()
246 label = lv_label_create(invite_btn); in profile_create()
357 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_STRETCH, 5, 1, LV_GRID_ALIGN_CENTER, 3, 2); in profile_create()
419 lv_obj_set_width(invite_btn, 120); in profile_create()
430 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_END, 3, 1, LV_GRID_ALIGN_CENTER, 5, 1); in profile_create()
504 lv_obj_set_grid_cell(invite_btn, LV_GRID_ALIGN_STRETCH, 0, 2, LV_GRID_ALIGN_CENTER, 6, 1); in profile_create()