pub unsafe extern "C" fn widget_add_circle_element(
widget: *mut Widget,
x: u8,
y: u8,
radius: u8,
fill: bool,
)Expand description
Add Circle Element
ยงArguments
widget- Widget instancex- center x coordinatey- center y coordinateradius- circle radiusfill- whether to fill the circle or not