]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbox.h
Listctrl updates
[wxWidgets.git] / include / wx / motif / statbox.h
index 375c0001957fd13023a4a6e7c651d1deece90218..90069cea8eb6f11cc0a9a55312d767c0c2ddda95 100644 (file)
@@ -48,6 +48,10 @@ class WXDLLEXPORT wxStaticBox: public wxControl
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
 
   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);
   wxString GetLabel() const;