]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gauge95.h
all delete functions now send delete notification event
[wxWidgets.git] / include / wx / msw / gauge95.h
index 362a7586549a9b476426360846e8d0b8893bcd22..99635c2669aa5e32b3272233c262e9364b4225bb 100644 (file)
@@ -65,6 +65,9 @@ class WXDLLEXPORT wxGauge95: public wxControl
 #endif
 
   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); }
 
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ;