]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/control.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / mac / carbon / control.cpp
index 45ae9e51a6a78ab5e30f9c28bdaf622816a83082..f787ea9812d4227ae42c1fbd3a333826a45c2162 100644 (file)
     #include "wx/scrolbar.h"
     #include "wx/stattext.h"
     #include "wx/statbox.h"
     #include "wx/scrolbar.h"
     #include "wx/stattext.h"
     #include "wx/statbox.h"
+    #include "wx/radiobox.h"
+    #include "wx/sizer.h"
 #endif // WX_PRECOMP
 
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
 #endif // WX_PRECOMP
 
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
-#include "wx/radiobox.h"
 #include "wx/spinbutt.h"
 #include "wx/spinbutt.h"
-#include "wx/sizer.h"
 
 #include "wx/mac/uma.h"
 #include "wx/mac/private.h"
 
 #include "wx/mac/uma.h"
 #include "wx/mac/private.h"
@@ -78,10 +78,10 @@ bool wxControl::ProcessCommand( wxCommandEvent &event )
     // Tries:
     // 1) OnCommand, starting at this window and working up parent hierarchy
     // 2) OnCommand then calls ProcessEvent to search the event tables.
     // Tries:
     // 1) OnCommand, starting at this window and working up parent hierarchy
     // 2) OnCommand then calls ProcessEvent to search the event tables.
-    return GetEventHandler()->ProcessEvent( event );
+    return HandleWindowEvent( event );
 }
 
 }
 
-void  wxControl::OnKeyDown( wxKeyEvent &event )
+void  wxControl::OnKeyDown( wxKeyEvent &WXUNUSED(event) )
 {
     if ( m_peer == NULL || !m_peer->Ok() )
         return;
 {
     if ( m_peer == NULL || !m_peer->Ok() )
         return;