2013-09-22 15:59-EDT Gregory John Casamento <greg.casamento@gmail.com>

* Headers/AppKit/NSAnimation.h: Add NSAnimationDelegate.       


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37136 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2013-09-22 19:58:31 +00:00
parent 04a8a1e1a9
commit f875daf41b
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-09-22 15:59-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Headers/AppKit/NSAnimation.h: Add NSAnimationDelegate.
2013-09-18 18:17-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Headers/AppKit/AppKit.h: Add NSTrackingArea.h

View file

@ -263,7 +263,13 @@ APPKIT_EXPORT NSString *NSAnimationTriggerOrderOut;
@end
@protocol NSAnimationDelegate <NSObject>
#ifdef __OBJC2__
@optional
#else
@end
@interface NSObject (NSAnimation)
#endif
/** NSAnimation delegate method.
* Sent to the delegate when an animation reaches a specific progress mark. */