CGII/framework/include/libs/fltk/compat/FL/Fl_Output.H

16 lines
281 B
C++
Raw Normal View History

2018-05-17 14:01:02 +00:00
#ifndef Fl_Output_H
#define Fl_Output_H
#include "Fl_Input.H"
#include <fltk/Output.h>
typedef fltk::Output Fl_Output;
enum {
FL_NORMAL_OUTPUT = fltk::Input::NORMAL,
FL_MULTILINE_OUTPUT = fltk::Input::MULTILINE,
FL_MULTILINE_OUTPUT_WRAP = fltk::Input::WORDWRAP
};
#endif