Searched refs:close_btn (Results 1 – 2 of 2) sorted by relevance
97 mbox->close_btn = lv_btn_create(obj); in lv_msgbox_create()98 lv_obj_set_ext_click_area(mbox->close_btn, LV_DPX(10)); in lv_msgbox_create()99 lv_obj_add_event_cb(mbox->close_btn, msgbox_close_click_event_cb, LV_EVENT_CLICKED, NULL); in lv_msgbox_create()100 lv_obj_t * label = lv_label_create(mbox->close_btn); in lv_msgbox_create()102 const lv_font_t * font = lv_obj_get_style_text_font(mbox->close_btn, LV_PART_MAIN); in lv_msgbox_create()104 lv_obj_set_size(mbox->close_btn, close_btn_size, close_btn_size); in lv_msgbox_create()152 return mbox->close_btn; in lv_msgbox_get_close_btn()
40 lv_obj_t * close_btn; member