]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
wxSize/wxPoint/wxRect versions of functions added to wxMSW, wxMotif;
[wxWidgets.git] / include / wx / msw / textctrl.h
index edc0de5b329c4bd979e5f3bc656d41516ae7f23c..5a3c475644e6cec5fb31fca9beb917617271184c 100644 (file)
@@ -81,6 +81,9 @@ public:
   // operations
   // ----------
   virtual 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); }
   
   // Clipboard operations
   virtual void Copy();