pub unsafe extern "C" fn widget_add_frame_element(
    widget: *mut Widget,
    x: u8,
    y: u8,
    width: u8,
    height: u8,
    radius: u8
)
Expand description

Add Frame Element

Arguments

  • widget - Widget instance
  • x - top left x coordinate
  • y - top left y coordinate
  • width - frame width
  • height - frame height
  • radius - frame radius