]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statusbar.h
set wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provide the standard streams (see...
[wxWidgets.git] / include / wx / msw / statusbar.h
index 4a2218d01ac0b2e46f6652f143d458d229be89c0..8e6d7b7c0b53e9b6cede74c5ce3b3874386cca21 100644 (file)
@@ -23,7 +23,7 @@ public:
     wxStatusBar();
     wxStatusBar(wxWindow *parent,
                 wxWindowID id = wxID_ANY,
-                long style = wxST_DEFAULT_STYLE,
+                long style = wxSTB_DEFAULT_STYLE,
                 const wxString& name = wxStatusBarNameStr)
     {
         m_pDC = NULL;
@@ -32,7 +32,7 @@ public:
 
     bool Create(wxWindow *parent,
                 wxWindowID id = wxID_ANY,
-                long style = wxST_DEFAULT_STYLE,
+                long style = wxSTB_DEFAULT_STYLE,
                 const wxString& name = wxStatusBarNameStr);
 
     virtual ~wxStatusBar();