Lines Matching refs:lv_obj_t
50 lv_obj_t * lv_msgbox_create(lv_obj_t * parent);
58 lv_obj_t * lv_msgbox_add_title(lv_obj_t * obj, const char * title);
66 lv_obj_t * lv_msgbox_add_header_button(lv_obj_t * obj, const void * icon);
74 lv_obj_t * lv_msgbox_add_text(lv_obj_t * obj, const char * text);
82 lv_obj_t * lv_msgbox_add_footer_button(lv_obj_t * obj, const char * text);
89 lv_obj_t * lv_msgbox_add_close_button(lv_obj_t * obj);
96 lv_obj_t * lv_msgbox_get_header(lv_obj_t * obj);
103 lv_obj_t * lv_msgbox_get_footer(lv_obj_t * obj);
110 lv_obj_t * lv_msgbox_get_content(lv_obj_t * obj);
117 lv_obj_t * lv_msgbox_get_title(lv_obj_t * obj);
123 void lv_msgbox_close(lv_obj_t * mbox);
129 void lv_msgbox_close_async(lv_obj_t * mbox);