git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing the effects so they work on multiple monitors where the screen
[ITKit.git]
/
ITWindowEffect.h
diff --git
a/ITWindowEffect.h
b/ITWindowEffect.h
index
23fe4ad
..
9b6c0bd
100755
(executable)
--- a/
ITWindowEffect.h
+++ b/
ITWindowEffect.h
@@
-3,8
+3,8
@@
* ITWindowEffect
* Protocal and abstract superclass for performing effects on windows.
*
* ITWindowEffect
* Protocal and abstract superclass for performing effects on windows.
*
- * Original Author : Matt Judy <mjudy@ithinksw.com>
- * Responsibility : Matt Judy <mjudy@ithinksw.com>
+ * Original Author : Matt
hew
Judy <mjudy@ithinksw.com>
+ * Responsibility : Matt
hew
Judy <mjudy@ithinksw.com>
*
* Copyright (c) 2002 - 2003 iThink Software.
* All Rights Reserved
*
* Copyright (c) 2002 - 2003 iThink Software.
* All Rights Reserved
@@
-32,6
+32,7
@@
typedef enum {
@protocol ITWindowEffect
+ (NSString *)effectName;
+ (NSDictionary *)supportedPositions;
@protocol ITWindowEffect
+ (NSString *)effectName;
+ (NSDictionary *)supportedPositions;
++ (unsigned int)listOrder;
- (void)performAppear;
- (void)performVanish;
- (void)cancelAppear;
- (void)performAppear;
- (void)performVanish;
- (void)cancelAppear;