]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa.
[wxWidgets.git] / include / wx / treectrl.h
index b93495de26b9cb1455c25ca419cf94de398a71bf..b07eccb344f5711ea5f7fde43380031cd632f284 100644 (file)
@@ -439,6 +439,13 @@ protected:
     bool        m_quickBestSize;
 
 
+private:
+    // Intercept Escape and Return keys to ensure that our in-place edit
+    // control always gets them before they're used for dialog navigation or
+    // anything else.
+    void OnCharHook(wxKeyEvent& event);
+
+
     wxDECLARE_NO_COPY_CLASS(wxTreeCtrlBase);
 };