]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
applied patch 432814: saving BMP in 1, 4 and 8 bpp
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 61a03e25efe69a15db86cecc9a3f45d54619234e..372cd47d61076baa04956781f241880f2c180dc9 100644 (file)
@@ -94,6 +94,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;