widget_add_circle_element

Function widget_add_circle_element 

Source
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 instance
  • x - center x coordinate
  • y - center y coordinate
  • radius - circle radius
  • fill - whether to fill the circle or not