// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_RADIOBUT_H_
// implementation
- virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart );
+ virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown );
void Command(wxCommandEvent& event);
wxRadioButton *AddInCycle(wxRadioButton *cycle);
inline wxRadioButton *NextInCycle() {return m_cycle;}