]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
fixed outdated filenames
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 61a03e25efe69a15db86cecc9a3f45d54619234e..79c5c74a2c6bb1093570dff4b0c0f9dc06f1a3db 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/spinbutt.h"    // the base class
 
 #include "wx/dynarray.h"
+
 class WXDLLEXPORT wxSpinCtrl;
 WX_DEFINE_EXPORTED_ARRAY(wxSpinCtrl *, wxArraySpins);
 
@@ -94,6 +95,9 @@ protected:
     // 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;