]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
added wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMe...
[wxWidgets.git] / include / wx / generic / statusbr.h
index c36a0c7cdcc3c30a8b3592b6c243566cfa0d6ce6..364c1b3d0b013d1e806829b559e9d7fa94dbafe4 100644 (file)
@@ -31,7 +31,7 @@ public:
               wxWindowID winid,
               const wxPoint& pos = wxDefaultPosition,
               const wxSize& size = wxDefaultSize,
-              long style = 0,
+              long style = wxFULL_REPAINT_ON_RESIZE,
               const wxString& name = wxPanelNameStr)
   {
       Init();
@@ -53,7 +53,7 @@ public:
   bool Create(wxWindow *parent, wxWindowID winid,
               const wxPoint& WXUNUSED(pos) = wxDefaultPosition,
               const wxSize& WXUNUSED(size) = wxDefaultSize,
-              long style = 0,
+              long style = wxFULL_REPAINT_ON_RESIZE,
               const wxString& name = wxPanelNameStr)
   {
       return Create(parent, winid, style, name);