mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:27:40 +00:00
Add MacOSX 10.4 method declarations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25351 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4c78b5378d
commit
5a752a1db1
4 changed files with 91 additions and 19 deletions
|
@ -3155,6 +3155,11 @@ image.</p><p>See Also: -applicationIconImage</p>
|
|||
}
|
||||
}
|
||||
|
||||
- (void) replyToOpenOrPrint: (NSApplicationDelegateReply)reply
|
||||
{
|
||||
// FIXME
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the application's delegate, as set by the -setDelegate: method.<br/>
|
||||
* <p>The application delegate will automatically be sent various
|
||||
|
|
|
@ -78,6 +78,8 @@ NSString *GSWindowServerInternalException = @"WindowServerInternal";
|
|||
// Application notifications
|
||||
NSString *NSApplicationDidBecomeActiveNotification
|
||||
= @"ApplicationDidBecomeActive";
|
||||
NSString *NSApplicationDidChangeScreenParametersNotification
|
||||
= @"NSApplicationDidChangeScreenParameters";
|
||||
NSString *NSApplicationDidFinishLaunchingNotification
|
||||
= @"ApplicationDidFinishLaunching";
|
||||
NSString *NSApplicationDidHideNotification = @"ApplicationDidHide";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue