pub unsafe extern "C" fn elements_bubble(
    canvas: *mut Canvas,
    x: u8,
    y: u8,
    width: u8,
    height: u8
)
Expand description

Draw bubble frame for text

@param canvas Canvas instance @param x left x coordinates @param y top y coordinate @param width bubble width @param height bubble height