#ifndef _WebWord_WebWord_h #define _WebWord_WebWord_h #ifdef flagTURTLEGUI #include #else #include #endif #include #include namespace Upp { class WebWord : public TopWindow { public: typedef WebWord CLASSNAME; WebWord(); void ShowInfo(); RichEditWithToolBar editor; StatusBar statusbar; }; } #endif