// Created: 2002/12/29
// RCS-ID: $Id:
// Copyright: (c) 2002 David Elliott
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_BUTTON_H__
// Implementation
// ------------------------------------------------------------------------
public:
+ wxString GetLabel() const;
+ void SetLabel(const wxString& label);
};
#endif // __WX_COCOA_BUTTON_H__