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:
@@ -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
|
||||
// ------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user