]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/scrolwin.h
Updated VC++ project files for making DLL-based samples
[wxWidgets.git] / include / wx / generic / scrolwin.h
index 7a6302a8bf2aedd68778ae71568ba4a0dad30d39..aa4d19a3c55eba7e91548e67d72f816f6aef567e 100644 (file)
@@ -26,7 +26,7 @@
 WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
 
 // default scrolled window style
-#define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL | wxTAB_TRAVERSAL)
+#define wxScrolledWindowStyle (wxHSCROLL | wxVSCROLL)
 
 // ----------------------------------------------------------------------------
 // wxScrolledWindow
@@ -123,6 +123,7 @@ public:
     void OnScroll(wxScrollWinEvent& event);
     void OnSize(wxSizeEvent& event);
     void OnPaint(wxPaintEvent& event);
+    void OnChar(wxKeyEvent& event);
 
     // Calculate scroll increment
     virtual int CalcScrollInc(wxScrollWinEvent& event);