lv_imagebutton_private.h

API reference for lv_imagebutton_private.h

Report on GitHub
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

MemberTypeDescription
img_srcconst void *
headerlv_image_header_t
struct

_lv_imagebutton_t

Data of image button

MemberTypeDescription
objlv_obj_t
src_midlv_imagebutton_src_info_t[LV_IMAGEBUTTON_STATE_NUM]Store center images to each state
src_leftlv_imagebutton_src_info_t[LV_IMAGEBUTTON_STATE_NUM]Store left side images to each state
src_rightlv_imagebutton_src_info_t[LV_IMAGEBUTTON_STATE_NUM]Store right side images to each state

Dependencies

How is this guide?

Last updated on

On this page