wxLogWindow ctor changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@81 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -196,7 +196,7 @@ class wxLogFrame;
|
|||||||
class WXDLLEXPORT wxLogWindow : public wxLog
|
class WXDLLEXPORT wxLogWindow : public wxLog
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxLogWindow(const wxTString& strTitle);
|
wxLogWindow(const wxTString& strTitle, bool bShow = TRUE);
|
||||||
~wxLogWindow();
|
~wxLogWindow();
|
||||||
|
|
||||||
// show/hide the log window
|
// show/hide the log window
|
||||||
|
Reference in New Issue
Block a user