X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITSplashView.h diff --git a/ITSplashView.h b/ITSplashView.h index 359bd3c..03ea722 100644 --- a/ITSplashView.h +++ b/ITSplashView.h @@ -1,19 +1,22 @@ -// -// ITSplashView.h -// SplashScreen -// -// Created by Kent Sutherland on 11/22/04. -// Copyright 2004 __MyCompanyName__. All rights reserved. -// +/* + * ITKit + * ITSplashView.h + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ #import -@interface ITSplashView : NSView -{ +@interface ITSplashView : NSView { NSImage *_image; NSProgressIndicator *_progress; NSTextField *_text; } + - (void)stopAnimation; - (NSProgressIndicator *)progressIndicator; - (NSImage *)image; @@ -21,4 +24,5 @@ - (void)setImage:(NSImage *)image; - (void)setString:(NSString *)text; - (void)loadControlsFromPath:(NSString *)path; -@end + +@end \ No newline at end of file