// Created: 2003/02/15
// RCS-ID: $Id:
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_CONTROL_H__
// Calls the callback and appropriate event handlers
bool ProcessCommand(wxCommandEvent& event);
+ // Enables the control
+ virtual void CocoaSetEnabled(bool enable);
protected:
virtual wxSize DoGetBestSize() const;
};