Searched refs:lv_obj_set_content_width (Results 1 – 4 of 4) sorted by relevance
127 void lv_obj_set_content_width(lv_obj_t * obj, int32_t w);
92 .setter = lv_obj_set_content_width,
247 void lv_obj_set_content_width(lv_obj_t * obj, int32_t w) in lv_obj_set_content_width() function
330 lv_obj_set_content_width(widget, 50); /* The actual width: padding left + 50 + padding right */