]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/statbox.h
minor fixes to wxLocale::GetSystemLanguage(), test code for it added to the console...
[wxWidgets.git] / include / wx / mac / statbox.h
index 1aa4a6f88a5e0268b9134639f15c83899c7a57a3..a70d8e11c6c577a5f71b21166064779aca7be390 100644 (file)
@@ -47,8 +47,8 @@ class WXDLLEXPORT wxStaticBox: public wxControl
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
 
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
-  void SetLabel(const wxString& label);
+
+protected:
 
 DECLARE_EVENT_TABLE()
 };