Positioning changes are now reflected properly by the prefs. When changing positions...
[ITKit.git] / ITWindowEffect.h
index 9ce6fcf..8663331 100755 (executable)
@@ -30,6 +30,9 @@ typedef enum {
 
 
 @protocol ITWindowEffect
++ (NSString *)effectName;
++ (NSDictionary *)supportedPositions;
++ (unsigned int)listOrder;
 - (void)performAppear;
 - (void)performVanish;
 - (void)cancelAppear;
@@ -57,6 +60,8 @@ typedef enum {
     BOOL                       __shouldReleaseWhenIdle;
 }
 
++ (NSArray *)effectClasses;
+
 // Designated initializer
 - (id)initWithWindow:(NSWindow *)window;