pub unsafe extern "C" fn widget_add_line_element(
widget: *mut Widget,
x1: u8,
y1: u8,
x2: u8,
y2: u8,
)Expand description
Add Line Element
ยงArguments
widget- Widget instancex1- first x coordinatey1- first y coordinatex2- second x coordinatey2- second y coordinate