X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4354db179f5b9f3107cc532bb5232deccab90d0..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/osx/button.h?ds=sidebyside diff --git a/include/wx/osx/button.h b/include/wx/osx/button.h index 602644fe2c..8e8752288c 100644 --- a/include/wx/osx/button.h +++ b/include/wx/osx/button.h @@ -4,7 +4,6 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -49,6 +48,10 @@ public: virtual bool OSXHandleClicked( double timestampsec ); +#if wxOSX_USE_COCOA + void OSXUpdateAfterLabelChange(const wxString& label); +#endif + protected: DECLARE_DYNAMIC_CLASS(wxButton) };