]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
__MWERKS__ check now doesn't give compilation error with VC++
[wxWidgets.git] / include / wx / msw / stattext.h
index dbb3646a0a6e375b9c2dd2020dac0eb1c60a25d1..432987cf5e9e3dcb3b5f48f96f10b117e622d7eb 100644 (file)
@@ -45,6 +45,9 @@ class WXDLLEXPORT wxStaticText: public wxControl
 
   // accessors
   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&);
 
   // operations