lv_imagebutton_private.h

struct _lv_imagebutton_src_info_t

Public Members

const void *img_src
lv_image_header_t header
struct _lv_imagebutton_t
#include <lv_imagebutton_private.h>

Data of image button

Public Members

lv_obj_t obj
lv_imagebutton_src_info_t src_mid[LV_IMAGEBUTTON_STATE_NUM]

Store center images to each state

lv_imagebutton_src_info_t src_left[LV_IMAGEBUTTON_STATE_NUM]

Store left side images to each state

lv_imagebutton_src_info_t src_right[LV_IMAGEBUTTON_STATE_NUM]

Store right side images to each state