mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-31 09:21:02 +00:00
* EOControl/EOKeyValueCoding.h: Use base/Foundation
NSUnknownKeyException for EOUnknownKeyException to allow use of base/Foundation NSKeyValueCoding. * EOControl/EOKeyValueCoding.m: Add EOTargetObjectUserInfoKey and EOUnknownUserInfoKey. ([NSObject +flushAllKeyBindings]): Add method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16602 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5984007466
commit
6500f55089
3 changed files with 17 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
@end
|
||||
#endif
|
||||
|
||||
GDL2CONTROL_EXPORT NSString *EOUnknownKeyException;
|
||||
#define EOUnknownKeyException NSUnknownKeyException;
|
||||
GDL2CONTROL_EXPORT NSString *EOTargetObjectUserInfoKey;
|
||||
GDL2CONTROL_EXPORT NSString *EOUnknownUserInfoKey;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue