git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Positioning changes are now reflected properly by the prefs. When changing positions...
[ITKit.git]
/
ITWindowEffect.h
diff --git
a/ITWindowEffect.h
b/ITWindowEffect.h
index
bd5985b
..
8663331
100755
(executable)
--- a/
ITWindowEffect.h
+++ b/
ITWindowEffect.h
@@
-30,6
+30,9
@@
typedef enum {
@protocol ITWindowEffect
@protocol ITWindowEffect
++ (NSString *)effectName;
++ (NSDictionary *)supportedPositions;
++ (unsigned int)listOrder;
- (void)performAppear;
- (void)performVanish;
- (void)cancelAppear;
- (void)performAppear;
- (void)performVanish;
- (void)cancelAppear;
@@
-57,7
+60,7
@@
typedef enum {
BOOL __shouldReleaseWhenIdle;
}
BOOL __shouldReleaseWhenIdle;
}
-+ (NSArray *)effect
sInfo
;
++ (NSArray *)effect
Classes
;
// Designated initializer
- (id)initWithWindow:(NSWindow *)window;
// Designated initializer
- (id)initWithWindow:(NSWindow *)window;