]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
Added wxFopen to the MSLU code.
[wxWidgets.git] / include / wx / univ / statusbr.h
index 7e3a7aac262699189edb352b4e99e410d172bed2..5645abd0840659cad5b8d6dc2ffbe9b97259806a 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_UNIV_STATUSBR_H_
 #define _WX_UNIV_STATUSBR_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "univstatusbr.h"
 #endif
 
@@ -30,7 +30,7 @@ public:
     wxStatusBarUniv() { Init(); }
 
     wxStatusBarUniv(wxWindow *parent,
-                    wxWindowID id = -1,
+                    wxWindowID id = wxID_ANY,
                     long style = 0,
                     const wxString& name = wxPanelNameStr)
     {
@@ -40,7 +40,7 @@ public:
     }
 
     bool Create(wxWindow *parent,
-                wxWindowID id = -1,
+                wxWindowID id = wxID_ANY,
                 long style = 0,
                 const wxString& name = wxPanelNameStr);