]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobut.h
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / include / wx / mac / radiobut.h
index 23da10736b002009ad0070eb3342aca4ef58bf44..a6999516bbaf9667a5671f5432f973fa60fe48d5 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_RADIOBUT_H_
@@ -44,7 +44,7 @@ public:
 
     // 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;}