git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Incremental checkin for Status Windows, and correcting a path setting.
[ITKit.git]
/
ITWindowEffect.m
diff --git
a/ITWindowEffect.m
b/ITWindowEffect.m
index
9eb75a6
..
d485df5
100755
(executable)
--- a/
ITWindowEffect.m
+++ b/
ITWindowEffect.m
@@
-48,6
+48,16
@@
}
}
+- (float)effectTime
+{
+ return _effectTime;
+}
+
+- (void)setEffectTime:(float)newTime
+{
+ _effectTime = newTime;
+}
+
- (void)performAppear
{
NSLog(@"ITWindowEffect does not implement performAppear.");