]> 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 c6d79fa6d960705a46fa58a95c6c3ea801c2016c..99635c2669aa5e32b3272233c262e9364b4225bb 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _GAUGE95_H_
@@ -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)) {} ;