// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual bool OSXHandleClicked( double timestampsec );
+#if wxOSX_USE_COCOA
+ void OSXUpdateAfterLabelChange(const wxString& label);
+#endif
+
protected:
DECLARE_DYNAMIC_CLASS(wxButton)
};