]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbr95.h
#undef Yield
[wxWidgets.git] / include / wx / msw / statbr95.h
index b84a016a6a9bfbe0f070668d466b4cb23bc1d553..f6f56cfe1d065beaed50ff9d0b40a41bf665df45 100644 (file)
@@ -58,14 +58,14 @@ public:
     virtual int GetBorderX() const;
     virtual int GetBorderY() const;
 
-    void OnSize(wxSizeEvent& event);
-
 protected:
     void CopyFieldsWidth(const int widths[]);
     void SetFieldsWidth();
 
+    // override base class virtual
+    void DoMoveWindow(int x, int y, int width, int height);
+
 private:
-    DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxStatusBar95);
 };