]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
*** empty log message ***
[wxWidgets.git] / include / wx / log.h
index a4840632454c08f472d85ae952b30cff0683b232..b5e608b77bd83e2af3a65aecfbe2e1f6ff47d68e 100644 (file)
@@ -196,12 +196,15 @@ class wxLogFrame;
 class WXDLLEXPORT wxLogWindow : public wxLog
 {
 public:
-  wxLogWindow(const wxTString& strTitle);
+  wxLogWindow(const wxTString& strTitle, bool bShow = TRUE);
   ~wxLogWindow();
   
   // 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);