#include "wx/tooltip.h"
#include "wx/statusbr.h"
#include "wx/menuitem.h"
+#include "wx/spinctrl.h"
#include "wx/log.h"
#if wxUSE_CARET
return FALSE;
- if ( IsKindOf( CLASSINFO ( wxStaticBox ) ) )
+ if ( IsKindOf( CLASSINFO ( wxStaticBox ) ) || IsKindOf( CLASSINFO( wxSpinCtrl ) ))
return FALSE ;
WindowRef window = (WindowRef) MacGetRootWindow() ;