pub unsafe extern "C" fn widget_add_rect_element(
widget: *mut Widget,
x: u8,
y: u8,
width: u8,
height: u8,
radius: u8,
fill: bool,
)Expand description
Add Rect Element
ยงArguments
widget- Widget instancex- top left x coordinatey- top left y coordinatewidth- rect widthheight- rect heightradius- corner radiusfill- whether to fill the box or not