X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITIconAndTextStatusWindow.h diff --git a/ITIconAndTextStatusWindow.h b/ITIconAndTextStatusWindow.h old mode 100755 new mode 100644 index 9955f04..aa0a5d2 --- a/ITIconAndTextStatusWindow.h +++ b/ITIconAndTextStatusWindow.h @@ -1,14 +1,13 @@ /* * 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 by iThink Software. + * All Rights Reserved. + * + * $Id$ * */ @@ -16,10 +15,10 @@ #import "ITTransientStatusWindow.h" @interface ITIconAndTextStatusWindow : ITTransientStatusWindow { - NSImage *_image; + NSImage *_image; } - (void)setImage:(NSImage *)newImage; - (void)buildTextWindowWithString:(NSString *)text; -@end +@end \ No newline at end of file