X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/280d630740afd8d04195f16d70829cf639a69f30..475a1064c9d3637e7fae211d7a18d411c1178af0:/ITWindowEffect.h diff --git a/ITWindowEffect.h b/ITWindowEffect.h index bd5985b..9b6c0bd 100755 --- a/ITWindowEffect.h +++ b/ITWindowEffect.h @@ -3,8 +3,8 @@ * ITWindowEffect * Protocal and abstract superclass for performing effects on windows. * - * Original Author : Matt Judy - * Responsibility : Matt Judy + * Original Author : Matthew Judy + * Responsibility : Matthew Judy * * Copyright (c) 2002 - 2003 iThink Software. * All Rights Reserved @@ -30,6 +30,9 @@ typedef enum { @protocol ITWindowEffect ++ (NSString *)effectName; ++ (NSDictionary *)supportedPositions; ++ (unsigned int)listOrder; - (void)performAppear; - (void)performVanish; - (void)cancelAppear; @@ -57,7 +60,7 @@ typedef enum { BOOL __shouldReleaseWhenIdle; } -+ (NSArray *)effectsInfo; ++ (NSArray *)effectClasses; // Designated initializer - (id)initWithWindow:(NSWindow *)window;