]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
wxClipboard now serves the primary selection as well
[wxWidgets.git] / include / wx / msw / statbox.h
index 97e3722a703dc10386ab5bbe8c6e81bb598ad13f..3f15d25e376c77c04ea69ece248dd7e2e5c3d524 100644 (file)
@@ -52,6 +52,9 @@ class WXDLLEXPORT wxStaticBox: public wxControl
   virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
   void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
+  void SetSize(const wxRect& rect, int sizeFlags = wxSIZE_AUTO)
+    { wxWindow::SetSize(rect, sizeFlags); }
+  void SetSize(const wxSize& size) { wxWindow::SetSize(size); }
   void SetLabel(const wxString& label);
   virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
                        WXUINT message, WXWPARAM wParam, WXLPARAM lParam);