Skip to main content

lv_obj_set_content_width

Function lv_obj_set_content_width 

Source
pub unsafe extern "C" fn lv_obj_set_content_width(
    obj: *mut lv_obj_t,
    w: i32,
)
Expand description

Set the width reduced by the left and right padding and the border width. @param obj pointer to an object @param w the width without paddings in pixels