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 instancex- top left x coordinatey- top left y coordinatewidth- frame widthheight- frame heightradius- frame radius