pub unsafe extern "C" fn elements_progress_bar_with_text(
canvas: *mut Canvas,
x: i32,
y: i32,
width: usize,
progress: f32,
text: *const c_char,
)Expand description
Draw progress bar with text.
ยงArguments
canvas- Canvas instancex- progress bar position on X axisy- progress bar position on Y axiswidth- progress bar widthprogress- progress (0.0 - 1.0)text- text to draw