Add MacOSX 10.4 methods and constants to NSEvent. Resort event types to

be binary compatible to MacOSX.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25377 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-08-03 11:27:41 +00:00
parent 3a6d0536cb
commit b0d6cd3485
7 changed files with 627 additions and 353 deletions

View file

@ -109,6 +109,9 @@
- (IBAction)openDocument:(id)sender;
- (IBAction)newDocument:(id)sender;
- (IBAction)clearRecentDocuments:(id)sender;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
- (unsigned int) maximumRecentDocumentCount;
#endif
/*" Recent Documents "*/
- (void)noteNewRecentDocument:(NSDocument *)aDocument;