]> 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 74dfccde46d7c10793f3c08e8006d38e74bd9ee1..a6999516bbaf9667a5671f5432f973fa60fe48d5 100644 (file)
@@ -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;}