]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbox.h
no message
[wxWidgets.git] / include / wx / motif / statbox.h
index 375c0001957fd13023a4a6e7c651d1deece90218..4f8e005eece8b9cf71f9147349e175520bd74fa0 100644 (file)
@@ -36,6 +36,7 @@ class WXDLLEXPORT wxStaticBox: public wxControl
   {
     Create(parent, id, label, pos, size, style, name);
   }
+  ~wxStaticBox();
 
   bool Create(wxWindow *parent, wxWindowID id,
            const wxString& label,
@@ -48,6 +49,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;