X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/280d630740afd8d04195f16d70829cf639a69f30..63956bb9f9984a26dc8147615be854e93ccc6b50:/ITWindowEffect.h diff --git a/ITWindowEffect.h b/ITWindowEffect.h index bd5985b..23fe4ad 100755 --- a/ITWindowEffect.h +++ b/ITWindowEffect.h @@ -30,6 +30,8 @@ typedef enum { @protocol ITWindowEffect ++ (NSString *)effectName; ++ (NSDictionary *)supportedPositions; - (void)performAppear; - (void)performVanish; - (void)cancelAppear; @@ -57,7 +59,7 @@ typedef enum { BOOL __shouldReleaseWhenIdle; } -+ (NSArray *)effectsInfo; ++ (NSArray *)effectClasses; // Designated initializer - (id)initWithWindow:(NSWindow *)window;