mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:00:47 +00:00
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:
parent
3a6d0536cb
commit
b0d6cd3485
7 changed files with 627 additions and 353 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue