lv_msgbox.h

API reference for lv_msgbox.h

Report on GitHub
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_msgbox_private.h

Functions

lv_msgbox_get_header

Get the header widget

 
lv_obj_t * lv_msgbox_get_header(lv_obj_t *obj)
Parameters
NameTypeDescription
objlv_obj_t *pointer to a message box

Returns: lv_obj_t * — the header, or NULL if not exists

lv_msgbox_get_content

Get the content widget

 
lv_obj_t * lv_msgbox_get_content(lv_obj_t *obj)
Parameters
NameTypeDescription
objlv_obj_t *pointer to a message box

Returns: lv_obj_t * — the content

lv_msgbox_get_title

Get the title label

 
lv_obj_t * lv_msgbox_get_title(lv_obj_t *obj)
Parameters
NameTypeDescription
objlv_obj_t *pointer to a message box

Returns: lv_obj_t * — the title, or NULL if it does not exist

Variables

lv_msgbox_class

 
const lv_obj_class_t lv_msgbox_class

lv_msgbox_header_class

 
const lv_obj_class_t lv_msgbox_header_class

lv_msgbox_content_class

 
const lv_obj_class_t lv_msgbox_content_class

lv_msgbox_header_button_class

 
const lv_obj_class_t lv_msgbox_header_button_class

lv_msgbox_backdrop_class

 
const lv_obj_class_t lv_msgbox_backdrop_class

Dependencies

How is this guide?

Last updated on

On this page