lv_imagebutton_private.h
API reference for lv_imagebutton_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_imagebutton.h
Summary
Structs
struct
_lv_imagebutton_src_info_t
| Member | Type | Description |
|---|---|---|
img_src | const void * | |
header | lv_image_header_t |
struct
_lv_imagebutton_t
Data of image button
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
src_mid | lv_imagebutton_src_info_t[LV_IMAGEBUTTON_STATE_NUM] | Store center images to each state |
src_left | lv_imagebutton_src_info_t[LV_IMAGEBUTTON_STATE_NUM] | Store left side images to each state |
src_right | lv_imagebutton_src_info_t[LV_IMAGEBUTTON_STATE_NUM] | Store right side images to each state |
Dependencies
Last updated on