ultimatepp/reference/WebWord/WebWord.h
cxl 43045b03f8 reference: WebWord (Turtle)
git-svn-id: svn://ultimatepp.org/upp/trunk@6856 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-02-03 18:20:59 +00:00

22 lines
341 B
C++

#ifndef _WebWord_WebWord_h_
#define _WebWord_WebWord_h_
#include <RichEdit/RichEdit.h>
#include <PdfDraw/PdfDraw.h>
using namespace Upp;
struct WebWord : public TopWindow {
public:
RichEditWithToolBar editor;
StatusBar statusbar;
void ShowInfo();
public:
typedef WebWord CLASSNAME;
WebWord();
};
#endif