X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4f3da8543caacbaf1ce219e547e24a5490bee090..abdb0712ef9e62ff570497eb0e7072eb92b23722:/ITTSWBackgroundView.h diff --git a/ITTSWBackgroundView.h b/ITTSWBackgroundView.h old mode 100755 new mode 100644 index 129eb03..fc95c8d --- a/ITTSWBackgroundView.h +++ b/ITTSWBackgroundView.h @@ -1,30 +1,28 @@ /* * ITKit - * ITTSWBackgroundView - * NSView subclass which draws a translucent background with rounded corners. + * ITTSWBackgroundView.h * - * Original Author : Matthew Judy - * Responsibility : Matthew Judy + * NSView subclass which draws a translucent background with rounded corners. * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ * */ #import - typedef enum _ITTSWBackgroundMode { - ITTSWBackgroundApple, - ITTSWBackgroundReadable, - ITTSWBackgroundColored + ITTSWBackgroundApple, + ITTSWBackgroundReadable, + ITTSWBackgroundColored } ITTSWBackgroundMode; - @interface ITTSWBackgroundView : NSView { - NSBezierPath *_path; - NSColor *_color; - ITTSWBackgroundMode _mode; + NSBezierPath *_path; + NSColor *_color; + ITTSWBackgroundMode _mode; } - (ITTSWBackgroundMode)backgroundMode; @@ -33,4 +31,4 @@ typedef enum _ITTSWBackgroundMode { - (NSColor *)backgroundColor; - (void)setBackgroundColor:(NSColor *)newColor; -@end +@end \ No newline at end of file