mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
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:
parent
04a8a1e1a9
commit
f875daf41b
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue