Function draw_frame2
pub fn draw_frame2(string: &str, x: i32, y: i32, width: i32, height: i32)
Available on crate feature
dep_fltk
only.Expand description
Draws a series of line segments around the given box
Differs from frame() by the order of the line segments which is bottom, right, top, left.