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:
@@ -214,6 +214,7 @@ public:
|
|||||||
void PassMessages(bool bDoPass);
|
void PassMessages(bool bDoPass);
|
||||||
bool IsPassingMessages();
|
bool IsPassingMessages();
|
||||||
wxLog *GetOldLog();
|
wxLog *GetOldLog();
|
||||||
|
void DetachOldLog();
|
||||||
|
|
||||||
%property(OldLog, GetOldLog, doc="See `GetOldLog`");
|
%property(OldLog, GetOldLog, doc="See `GetOldLog`");
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user