wxLogWindow::GetOldLog() added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1998-06-22 21:48:53 +00:00
parent 1db08b2baf
commit 2283a22c2d

View File

@ -202,6 +202,9 @@ public:
// show/hide the log window
void Show(bool bShow = TRUE);
// accessors
wxLog *GetOldLog() const { return m_pOldLog; }
protected:
virtual void DoLog(wxLogLevel level, const char *szString);
virtual void DoLogString(const char *szString);