pub unsafe extern "C" fn elements_bubble(
canvas: *mut Canvas,
x: i32,
y: i32,
width: usize,
height: usize,
)Expand description
Draw bubble frame for text
ยงArguments
canvas- Canvas instancex- left x coordinatesy- top y coordinatewidth- bubble widthheight- bubble height