allow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul Gammans)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-14 15:15:24 +00:00
parent a62848fdba
commit 55c9a18696
3 changed files with 5 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ protected:
class WXDLLEXPORT wxLogWindow : public wxLogPassThrough
{
public:
wxLogWindow(wxFrame *pParent, // the parent frame (can be NULL)
wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL)
const wxChar *szTitle, // the title of the frame
bool bShow = true, // show window immediately?
bool bPassToOld = true); // pass messages to the old target?