Skip to main content

lv_imagebutton_t

Type Alias lv_imagebutton_t 

Source
pub type lv_imagebutton_t = _lv_imagebutton_t;
Expand description

Data of image button

Aliased Type§

#[repr(C)]
pub struct lv_imagebutton_t { pub obj: _lv_obj_t, pub src_mid: [_lv_imagebutton_src_info_t; 6], pub src_left: [_lv_imagebutton_src_info_t; 6], pub src_right: [_lv_imagebutton_src_info_t; 6], }

Fields§

§obj: _lv_obj_t§src_mid: [_lv_imagebutton_src_info_t; 6]

< Store center images to each state

§src_left: [_lv_imagebutton_src_info_t; 6]

< Store left side images to each state

§src_right: [_lv_imagebutton_src_info_t; 6]

< Store right side images to each state