X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb896a322a2ed53d393ee738765ddd3f72cee004..79fdfb35060a79afc0c11225abe2f57c346a1fd3:/include/wx/cocoa/button.h diff --git a/include/wx/cocoa/button.h b/include/wx/cocoa/button.h index 748bd0cb1e..0cf3f2df6d 100644 --- a/include/wx/cocoa/button.h +++ b/include/wx/cocoa/button.h @@ -54,6 +54,8 @@ protected: // Implementation // ------------------------------------------------------------------------ public: + wxString GetLabel() const; + void SetLabel(const wxString& label); }; #endif // __WX_COCOA_BUTTON_H__