Revision 773,
294 bytes
checked in by gumbau, 19 years ago
(diff) |
FLTK imported to SVN repository to be linked agains the GeoTool? application
|
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> |
---|
11 | typedef 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.