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:
parent
1db08b2baf
commit
2283a22c2d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user