Add DetachOldLog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-06-23 05:30:56 +00:00
parent f15c583631
commit 0d5d808ece

View File

@@ -214,6 +214,7 @@ public:
void PassMessages(bool bDoPass);
bool IsPassingMessages();
wxLog *GetOldLog();
void DetachOldLog();
%property(OldLog, GetOldLog, doc="See `GetOldLog`");
};