Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER.

Copyright 2007 Software 2000 Ltd.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-08-10 18:40:56 +00:00
parent 7d3e8dce7b
commit 715b3df02f
2 changed files with 18 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ public:
// ------------------------------------------------------------------------
protected:
virtual void Cocoa_didChangeText(void);
virtual void CocoaTarget_action(void);
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------