git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding API to ITStatusItem for callbacks to get dynamic menus.
[ITKit.git]
/
ITSlideHorizontallyWindowEffect.h
diff --git
a/ITSlideHorizontallyWindowEffect.h
b/ITSlideHorizontallyWindowEffect.h
old mode 100755
(executable)
new mode 100644
(file)
index
5054912
..
ebc4d74
--- a/
ITSlideHorizontallyWindowEffect.h
+++ b/
ITSlideHorizontallyWindowEffect.h
@@
-1,23
+1,21
@@
/*
* ITKit
/*
* ITKit
- * ITSlideHorizontallyWindowEffect
- * Effect subclass which slides a window in from the right or left side of the screen.
+ * ITSlideHorizontallyWindowEffect.h
*
*
- * Original Author : Matthew Judy <mjudy@ithinksw.com>
- * Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ * Effect subclass which slides a window in from the right or left side of the screen.
*
*
- * Copyright (c) 2002 - 2003 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
*
*/
-
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
-#import "ITWindowEffect.h"
-
+#import <ITKit/ITWindowEffect.h>
-@interface ITSlideHorizontallyWindowEffect : ITWindowEffect
<ITWindowEffect>
{
+@interface ITSlideHorizontallyWindowEffect : ITWindowEffect {
}
}
-@end
+@end
\ No newline at end of file