Function draw_box
pub fn draw_box(
box_type: FrameType,
x: i32,
y: i32,
w: i32,
h: i32,
color: Color,
)
Available on crate feature
dep_fltk
only.Expand description
Draws a box given the box type, size, position and color