]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
iPhone bitmap support
[wxWidgets.git] / include / wx / univ / statusbr.h
index bb5d3435f57e415c564c48c3d1a273244b121d2f..f9ee1261b1781d39c8e6f7703c63bc2cce8b69a7 100644 (file)
 // ----------------------------------------------------------------------------
 
 class WXDLLIMPEXP_CORE wxStatusBarUniv : public wxStatusBarBase,
 // ----------------------------------------------------------------------------
 
 class WXDLLIMPEXP_CORE wxStatusBarUniv : public wxStatusBarBase,
-                                    public wxInputConsumer
+                                         public wxInputConsumer
 {
 public:
     wxStatusBarUniv() { Init(); }
 
     wxStatusBarUniv(wxWindow *parent,
                     wxWindowID id = wxID_ANY,
 {
 public:
     wxStatusBarUniv() { Init(); }
 
     wxStatusBarUniv(wxWindow *parent,
                     wxWindowID id = wxID_ANY,
-                    long style = 0,
+                    long style = wxSTB_DEFAULT_STYLE,
                     const wxString& name = wxPanelNameStr)
     {
         Init();
                     const wxString& name = wxPanelNameStr)
     {
         Init();
@@ -37,7 +37,7 @@ public:
 
     bool Create(wxWindow *parent,
                 wxWindowID id = wxID_ANY,
 
     bool Create(wxWindow *parent,
                 wxWindowID id = wxID_ANY,
-                long style = 0,
+                long style = wxSTB_DEFAULT_STYLE,
                 const wxString& name = wxPanelNameStr);
 
     // set field count/widths
                 const wxString& name = wxPanelNameStr);
 
     // set field count/widths