]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/textctrl.h
Basic support for tooltips under OS X Cocoa.
[wxWidgets.git] / include / wx / osx / textctrl.h
index 3bd9c978a20df08ae7810132885a2116fb11157e..762bf34a18b1903c4a9e5d1bca643f2a6b9e8709 100644 (file)
@@ -115,6 +115,7 @@ public:
     // callbacks
     void OnDropFiles(wxDropFilesEvent& event);
     void OnChar(wxKeyEvent& event); // Process 'enter' if required
+    void OnKeyDown(wxKeyEvent& event); // Process clipboard shortcuts
 
     void OnCut(wxCommandEvent& event);
     void OnCopy(wxCommandEvent& event);