#ifndef TYRODOC_FRAME_H #define TYRODOC_FRAME_H #ifndef WX_PRECOMP #include #endif #include class DocFrame: public wxWindow { public: DocFrame(wxWindow *parent, wxWindowID id); ~DocFrame(); private: //wxStyledTextCtrl *editor; DECLARE_EVENT_TABLE() }; #endif // TYRODOC_FRAM_H