]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobut.h
added newline conversion
[wxWidgets.git] / include / wx / mac / radiobut.h
index 74dfccde46d7c10793f3c08e8006d38e74bd9ee1..22fe9c1bda6492f40ae47b97d4706ebc8514f2a9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_RADIOBUT_H_
 #define _WX_RADIOBUT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "radiobut.h"
 #endif
 
@@ -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;}