added wxLogWindow::GetFrame()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-08-04 16:42:34 +00:00
parent 3ed358cbfe
commit 06db8ebd73
2 changed files with 16 additions and 5 deletions

View File

@@ -655,6 +655,11 @@ void wxLogWindow::Show(bool bShow)
m_pLogFrame->Show(bShow);
}
wxFrame *wxLogWindow::GetFrame() const
{
return m_pLogFrame;
}
void wxLogWindow::DoLog(wxLogLevel level, const char *szString)
{
// first let the previous logger show it