X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb896a322a2ed53d393ee738765ddd3f72cee004..5f6cfda79ff6d1ddc0b1b88c0ba9a69c4dd1f3f3:/include/wx/cocoa/button.h diff --git a/include/wx/cocoa/button.h b/include/wx/cocoa/button.h index 748bd0cb1e..36a8c1559f 100644 --- a/include/wx/cocoa/button.h +++ b/include/wx/cocoa/button.h @@ -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__