fix Alt-letter navigation with spin controls (bug 672974)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-03-24 18:55:42 +00:00
parent d8103d31f7
commit c5c04fabb0
3 changed files with 49 additions and 10 deletions

View File

@@ -100,6 +100,7 @@ protected:
// Handle processing of special keys
void OnChar(wxKeyEvent& event);
void OnSetFocus(wxFocusEvent& event);
// the data for the "buddy" text ctrl
WXHWND m_hwndBuddy;