#include "wx/spinbutt.h" // the base class
#include "wx/dynarray.h"
+
class WXDLLEXPORT wxSpinCtrl;
WX_DEFINE_EXPORTED_ARRAY(wxSpinCtrl *, wxArraySpins);
// the handler for wxSpinButton events
void OnSpinChange(wxSpinEvent& event);
+ // Handle processing of special keys
+ void OnChar(wxKeyEvent& event);
+
// the data for the "buddy" text ctrl
WXHWND m_hwndBuddy;
WXFARPROC m_wndProcBuddy;