Revision 773,
281 bytes
checked in by gumbau, 19 years ago
(diff) |
FLTK imported to SVN repository to be linked agains the GeoTool? application
|
Rev | Line | |
---|
[773] | 1 | #ifndef Fl_Output_H |
---|
| 2 | #define Fl_Output_H |
---|
| 3 | |
---|
| 4 | #include "Fl_Input.H" |
---|
| 5 | #include <fltk/Output.h> |
---|
| 6 | typedef fltk::Output Fl_Output; |
---|
| 7 | |
---|
| 8 | enum { |
---|
| 9 | FL_NORMAL_OUTPUT = fltk::Input::NORMAL, |
---|
| 10 | FL_MULTILINE_OUTPUT = fltk::Input::MULTILINE, |
---|
| 11 | FL_MULTILINE_OUTPUT_WRAP = fltk::Input::WORDWRAP |
---|
| 12 | }; |
---|
| 13 | |
---|
| 14 | #endif |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.