X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/5e2815af6cd3f5dffaca2e8d1876c0a355209859..HEAD:/ITIconAndTextStatusWindow.h diff --git a/ITIconAndTextStatusWindow.h b/ITIconAndTextStatusWindow.h old mode 100755 new mode 100644 index 9955f04..18fb5a2 --- a/ITIconAndTextStatusWindow.h +++ b/ITIconAndTextStatusWindow.h @@ -1,25 +1,21 @@ /* * ITKit - * ITIconAndTextStatusWindow - * ITTransientStatusWindow subclass to show an icon and text. + * ITIconAndTextStatusWindow.h * - * Original Author : Kent Sutherland - * Responsibility : Kent Sutherland - * Responsibility : Joseph Spiros + * ITTransientStatusWindow subclass to show an icon and text. * - * Copyright (c) 2002 - 2004 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 iThink Software * */ #import -#import "ITTransientStatusWindow.h" +#import @interface ITIconAndTextStatusWindow : ITTransientStatusWindow { - NSImage *_image; + NSImage *_image; } - (void)setImage:(NSImage *)newImage; - (void)buildTextWindowWithString:(NSString *)text; -@end +@end \ No newline at end of file