Revision 773,
354 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_Value_Output_H |
---|
| 2 | #define Fl_Value_Output_H |
---|
| 3 | |
---|
| 4 | // The fltk1.1 allowed the user to change the value by dragging the mouse. |
---|
| 5 | // The fltk2.0 version is strictly for displaying a numeric value. |
---|
| 6 | // If you want the user to be able to change it, replace with a Value_Input. |
---|
| 7 | |
---|
| 8 | #include <fltk/ValueOutput.h> |
---|
| 9 | typedef fltk::ValueOutput Fl_Value_Output; |
---|
| 10 | |
---|
| 11 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.