17 lines
292 B
C
17 lines
292 B
C
//
|
|
// "$Id: Fl_Box.H 4922 2006-04-10 09:30:57Z fabien $"
|
|
//
|
|
// Back-compatability widget.
|
|
|
|
#ifndef Fl_Box_H
|
|
#define Fl_Box_H
|
|
|
|
#include "Fl_Widget.H"
|
|
#include <fltk/InvisibleBox.h>
|
|
typedef fltk::InvisibleBox Fl_Box;
|
|
|
|
#endif
|
|
|
|
//
|
|
// End of "$Id: Fl_Box.H 4922 2006-04-10 09:30:57Z fabien $".
|
|
//
|