X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/e873f11d0bb398c460817aa1dd4061572f5a1d09..63956bb9f9984a26dc8147615be854e93ccc6b50:/ITWindowEffect.h diff --git a/ITWindowEffect.h b/ITWindowEffect.h index 9ce6fcf..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,6 +59,8 @@ typedef enum { BOOL __shouldReleaseWhenIdle; } ++ (NSArray *)effectClasses; + // Designated initializer - (id)initWithWindow:(NSWindow *)window;