Function fltk::draw::draw_frame2

source ·
pub fn draw_frame2(string: &str, x: i32, y: i32, width: i32, height: i32)
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.