Searched refs:dialog_message (Results 1 – 1 of 1) sorted by relevance
60 static lv_obj_t * dialog_message; variable193 lv_label_set_text(dialog_message, message); in lv_demo_smartwatch_show_dialog()451 dialog_message = lv_label_create(dialog_panel); in create_dialog_window()452 lv_obj_set_width(dialog_message, lv_pct(80)); in create_dialog_window()453 lv_obj_set_height(dialog_message, LV_SIZE_CONTENT); in create_dialog_window()454 lv_obj_set_align(dialog_message, LV_ALIGN_CENTER); in create_dialog_window()455 lv_label_set_text(dialog_message, "Dialog message"); in create_dialog_window()456 …lv_obj_set_style_text_font(dialog_message, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT… in create_dialog_window()