]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
rearranging contentview, adding toolbar
[wxWidgets.git] / include / wx / msw / window.h
index 8a9a2aa7bc87fd9e8d3109ae1da2bdf0fd4a61f2..51a09d5579dce373361b189ec5889850b1d32df6 100644 (file)
@@ -444,9 +444,9 @@ public:
 
     // check if a native double-buffering applies for this window
     virtual bool IsDoubleBuffered() const;
-    
+
     void SetDoubleBuffered(bool on);
-    
+
     // synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
     void GenerateMouseLeave();
 
@@ -501,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();