mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:00:37 +00:00
Small code cleanups.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28976 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2da5479a9e
commit
b55e89950b
6 changed files with 128 additions and 104 deletions
|
@ -76,6 +76,13 @@ NSString *NSWordTablesWriteException = @"WordTablesWrite";
|
|||
|
||||
NSString *GSWindowServerInternalException = @"WindowServerInternal";
|
||||
|
||||
// NSAnimation
|
||||
NSString* NSAnimationProgressMarkNotification
|
||||
= @"NSAnimationProgressMarkNotification";
|
||||
NSString *NSAnimationProgressMark = @"NSAnimationProgressMark";
|
||||
NSString *NSAnimationTriggerOrderIn = @"NSAnimationTriggerOrderIn";
|
||||
NSString *NSAnimationTriggerOrderOut = @"NSAnimationTriggerOrderOut";
|
||||
|
||||
// Application notifications
|
||||
NSString *NSApplicationDidBecomeActiveNotification
|
||||
= @"ApplicationDidBecomeActive";
|
||||
|
@ -384,6 +391,15 @@ NSString *NSViewBoundsDidChangeNotification
|
|||
NSString *NSViewGlobalFrameDidChangeNotification
|
||||
= @"NSViewGlobalFrameDidChangeNotification";
|
||||
|
||||
// NSViewAnimation
|
||||
NSString *NSViewAnimationTargetKey = @"NSViewAnimationTargetKey";
|
||||
NSString *NSViewAnimationStartFrameKey = @"NSViewAnimationStartFrameKey";
|
||||
NSString *NSViewAnimationEndFrameKey = @"NSViewAnimationEndFrameKey";
|
||||
NSString *NSViewAnimationEffectKey = @"NSViewAnimationEffectKey";
|
||||
NSString *NSViewAnimationFadeInEffect = @"NSViewAnimationFadeInEffect";
|
||||
NSString *NSViewAnimationFadeOutEffect = @"NSViewAnimationFadeOutEffect";
|
||||
|
||||
|
||||
// NSMenu notifications
|
||||
NSString* const NSMenuDidSendActionNotification = @"MenuDidSendAction";
|
||||
NSString* const NSMenuWillSendActionNotification = @"MenuWillSendAction";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue