]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Add wx/datetimectrl.h to the wxAdv files list.
[wxWidgets.git] / include / wx / generic / treectlg.h
index 7c068dd7f54e016c69827e609bde97f63e69b8a8..c5010ecd0334a56804c4e0c39cfa7453fb209f85 100644 (file)
@@ -164,7 +164,7 @@ public:
     virtual void ScrollTo(const wxTreeItemId& item);
 
     virtual wxTextCtrl *EditLabel(const wxTreeItemId& item,
-                          wxClassInfo* textCtrlClass = CLASSINFO(wxTextCtrl));
+                          wxClassInfo* textCtrlClass = wxCLASSINFO(wxTextCtrl));
     virtual wxTextCtrl *GetEditControl() const;
     virtual void EndEditLabel(const wxTreeItemId& item,
                               bool discardChanges = false);
@@ -211,6 +211,7 @@ public:
     void OnPaint( wxPaintEvent &event );
     void OnSetFocus( wxFocusEvent &event );
     void OnKillFocus( wxFocusEvent &event );
+    void OnKeyDown( wxKeyEvent &event );
     void OnChar( wxKeyEvent &event );
     void OnMouse( wxMouseEvent &event );
     void OnGetToolTip( wxTreeEvent &event );