source: NonGTP/glut/FLTK/include/FL/Fl_Box.H @ 814

Revision 814, 294 bytes checked in by gumbau, 18 years ago (diff)

Glut initial import used by Geometry modules

Line 
1//
2// "$Id: Fl_Box.H 2921 2003-01-19 22:37:00Z spitzak $"
3//
4// Back-compatability widget.
5
6#ifndef Fl_Box_H
7#define Fl_Box_H
8
9#include "Fl_Widget.H"
10#include <fltk/InvisibleBox.h>
11typedef fltk::InvisibleBox Fl_Box;
12
13#endif
14
15//
16// End of "$Id: Fl_Box.H 2921 2003-01-19 22:37:00Z spitzak $".
17//
Note: See TracBrowser for help on using the repository browser.