X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/280d630740afd8d04195f16d70829cf639a69f30..d7b837d03d47a5ffa60975081a2a7598edc839e3:/ITWindowEffect.h diff --git a/ITWindowEffect.h b/ITWindowEffect.h index bd5985b..8663331 100755 --- a/ITWindowEffect.h +++ b/ITWindowEffect.h @@ -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;