Searched refs:dialog_title (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 59 static lv_obj_t * dialog_title; variable 192 lv_label_set_text(dialog_title, title); in lv_demo_smartwatch_show_dialog() 434 dialog_title = lv_label_create(dialog_panel); in create_dialog_window() 435 lv_obj_set_width(dialog_title, lv_pct(80)); in create_dialog_window() 436 lv_obj_set_height(dialog_title, LV_SIZE_CONTENT); in create_dialog_window() 437 lv_obj_set_align(dialog_title, LV_ALIGN_TOP_MID); in create_dialog_window() 438 lv_label_set_long_mode(dialog_title, LV_LABEL_LONG_SCROLL_CIRCULAR); in create_dialog_window() 439 lv_label_set_text(dialog_title, "Title"); in create_dialog_window() 440 … lv_obj_set_style_text_align(dialog_title, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 441 … lv_obj_set_style_text_font(dialog_title, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() [all …]
|