MultiEditFwd.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00029 #ifndef _GG_MultiEditFwd_h_
00030 #define _GG_MultiEditFwd_h_
00031
00032 #include <GG/Flags.h>
00033
00034
00035 namespace GG {
00036
00037 class MultiEdit;
00038
00040 GG_FLAG_TYPE(MultiEditStyle);
00041 extern GG_API const MultiEditStyle MULTI_NONE;
00042 extern GG_API const MultiEditStyle MULTI_WORDBREAK;
00043 extern GG_API const MultiEditStyle MULTI_LINEWRAP;
00044 extern GG_API const MultiEditStyle MULTI_VCENTER;
00045 extern GG_API const MultiEditStyle MULTI_TOP;
00046 extern GG_API const MultiEditStyle MULTI_BOTTOM;
00047 extern GG_API const MultiEditStyle MULTI_CENTER;
00048 extern GG_API const MultiEditStyle MULTI_LEFT;
00049 extern GG_API const MultiEditStyle MULTI_RIGHT;
00050 extern GG_API const MultiEditStyle MULTI_READ_ONLY;
00051 extern GG_API const MultiEditStyle MULTI_TERMINAL_STYLE;
00052 extern GG_API const MultiEditStyle MULTI_INTEGRAL_HEIGHT;
00053 extern GG_API const MultiEditStyle MULTI_NO_VSCROLL;
00054 extern GG_API const MultiEditStyle MULTI_NO_HSCROLL;
00055 extern GG_API const Flags<MultiEditStyle> MULTI_NO_SCROLL;
00056
00057 }
00058
00059 #endif // _GG_MultiEdit_h_