]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/button.h
Change GetC to return an int so that it can return wxEOF on error.
[wxWidgets.git] / include / wx / cocoa / button.h
index 2624033e4a81351785193f116fc5faea106deb3c..aefc9d13696943a734aab352228079ea64c4acf0 100644 (file)
@@ -4,9 +4,9 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2002/12/29
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) 2002 David Elliott
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_BUTTON_H__
@@ -36,7 +36,7 @@ public:
     {
         Create(parent, winid, label, pos, size, style, validator, name);
     }
-    
+
 
     bool Create(wxWindow *parent, wxWindowID winid,
             const wxString& label = wxEmptyString,
@@ -44,7 +44,7 @@ public:
             const wxSize& size = wxDefaultSize, long style = 0,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxButtonNameStr);
-    
+
     virtual ~wxButton();
 
 // ------------------------------------------------------------------------
@@ -58,6 +58,8 @@ protected:
 public:
     wxString GetLabel() const;
     void SetLabel(const wxString& label);
+    wxSize DoGetBestSize() const;
 };
 
-#endif // __WX_COCOA_BUTTON_H__
+#endif
+    // __WX_COCOA_BUTTON_H__