// Fl_Box.C // The box widget. An almost non-functional subclass of Fl_Widget. #include #include void Fl_Box::draw() { draw_box(); draw_label(); }