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

@param widget Widget instance @param x top left x coordinate @param y top left y coordinate @param width frame width @param height frame height @param radius frame radius