git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enabling garbage collection support.
[ITKit.git]
/
ITSplashView.h
diff --git
a/ITSplashView.h
b/ITSplashView.h
index
359bd3c
..
c077712
100644
(file)
--- a/
ITSplashView.h
+++ b/
ITSplashView.h
@@
-1,19
+1,19
@@
-/
/
-// ITSplashView.h
-// SplashScreen
-//
-// Created by Kent Sutherland on 11/22/04.
-// Copyright 2004 __MyCompanyName__. All rights reserved.
-
/
/
+/
*
+ * ITKit
+ * ITSplashView.h
+ *
+ * Copyright (c) 2005 iThink Software
+ *
+
*
/
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
-@interface ITSplashView : NSView
-{
+@interface ITSplashView : NSView {
NSImage *_image;
NSProgressIndicator *_progress;
NSTextField *_text;
}
NSImage *_image;
NSProgressIndicator *_progress;
NSTextField *_text;
}
+
- (void)stopAnimation;
- (NSProgressIndicator *)progressIndicator;
- (NSImage *)image;
- (void)stopAnimation;
- (NSProgressIndicator *)progressIndicator;
- (NSImage *)image;
@@
-21,4
+21,5
@@
- (void)setImage:(NSImage *)image;
- (void)setString:(NSString *)text;
- (void)loadControlsFromPath:(NSString *)path;
- (void)setImage:(NSImage *)image;
- (void)setString:(NSString *)text;
- (void)loadControlsFromPath:(NSString *)path;
-@end
+
+@end
\ No newline at end of file