Implement text update events so the spin control works better.

Copyright 2007 Software 2000 Ltd.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-11-30 05:08:21 +00:00
parent b6efa4b335
commit 75027d2856
2 changed files with 72 additions and 1 deletions

View File

@@ -51,6 +51,11 @@ public:
protected:
virtual void Cocoa_didChangeText(void);
virtual void CocoaTarget_action(void);
public: // We can't make an Objective-C class or method a friend
// These are the new (non-virtual for ABI compatibility) messages:
void CocoaNotification_controlTextDidChange(WX_NSNotification notification);
void CocoaNotification_controlTextDidEndEditing(WX_NSNotification notification);
void CocoaNotification_controlTextDidBeginEditing(WX_NSNotification notification);
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------