]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/button.h
include bitmap.h not needed anymore
[wxWidgets.git] / include / wx / cocoa / button.h
index 748bd0cb1efa8a009cca0d2ec80b89482f6a3fde..36a8c1559f958108ffe134f2f59958c315108eb5 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2002/12/29
 // RCS-ID:      $Id: 
 // Copyright:   (c) 2002 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_BUTTON_H__
@@ -54,6 +54,8 @@ protected:
 // Implementation
 // ------------------------------------------------------------------------
 public:
+    wxString GetLabel() const;
+    void SetLabel(const wxString& label);
 };
 
 #endif // __WX_COCOA_BUTTON_H__