]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Don't define wxArrayPGProperty as std::vector in STL build.
[wxWidgets.git] / include / wx / msw / window.h
index 799b1588a1722e437f36f092de83f983ede98915..4026e7ea06009443287a3035679eeebd5e529114 100644 (file)
@@ -185,7 +185,6 @@ public:
     // --------------
 
     void OnPaint(wxPaintEvent& event);
-    void OnEraseBackground(wxEraseEvent& event);
 #ifdef __WXWINCE__
     void OnInitDialog(wxInitDialogEvent& event);
 #endif
@@ -502,6 +501,8 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual void DoSetClientSize(int width, int height);
 
+    virtual wxSize DoGetBorderSize() const;
+
     virtual void DoCaptureMouse();
     virtual void DoReleaseMouse();