mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
17 lines
314 B
C++
17 lines
314 B
C++
#ifndef _WRichEdit_WRichEdit_h
|
|
#define _WRichEdit_WRichEdit_h
|
|
|
|
#include <RichEdit/RichEdit.h>
|
|
|
|
#define LAYOUTFILE <WRichEdit/WRichEdit.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class WRichEdit : public TopWindow {
|
|
public:
|
|
RichEditWithToolBar editor;
|
|
|
|
typedef WRichEdit CLASSNAME;
|
|
WRichEdit();
|
|
};
|
|
|
|
#endif
|