public:
wxLogTextCtrl(wxTextCtrl *pTextCtrl);
-private:
+protected:
// implement sink function
virtual void DoLogString(const wxChar *szString, time_t t);
+private:
// the control we use
wxTextCtrl *m_pTextCtrl;
bool bShow = true, // show window immediately?
bool bPassToOld = true); // pass messages to the old target?
- ~wxLogWindow();
+ virtual ~wxLogWindow();
// window operations
// show/hide the log window