]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbox.h
Some corrections for BC++ compilation; Latex doc corrections
[wxWidgets.git] / include / wx / motif / statbox.h
index 90069cea8eb6f11cc0a9a55312d767c0c2ddda95..5ebf48dd4e031f35004eb7ef4b602a50a45fc590 100644 (file)
@@ -36,6 +36,7 @@ class WXDLLEXPORT wxStaticBox: public wxControl
   {
     Create(parent, id, label, pos, size, style, name);
   }
   {
     Create(parent, id, label, pos, size, style, name);
   }
+  ~wxStaticBox();
 
   bool Create(wxWindow *parent, wxWindowID id,
            const wxString& label,
 
   bool Create(wxWindow *parent, wxWindowID id,
            const wxString& label,
@@ -51,6 +52,7 @@ class WXDLLEXPORT wxStaticBox: public wxControl
   void SetSize(const wxRect& rect, int sizeFlags = wxSIZE_AUTO)
     { wxWindow::SetSize(rect, sizeFlags); }
   void SetSize(const wxSize& size) { wxWindow::SetSize(size); }
   void SetSize(const wxRect& rect, int sizeFlags = wxSIZE_AUTO)
     { wxWindow::SetSize(rect, sizeFlags); }
   void SetSize(const wxSize& size) { wxWindow::SetSize(size); }
+  virtual void SetSize(int width, int height) { SetSize(-1, -1, width, height, wxSIZE_USE_EXISTING); }
 
   void SetLabel(const wxString& label);
   wxString GetLabel() const;
 
   void SetLabel(const wxString& label);
   wxString GetLabel() const;