X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..3b008a2426d0ca9619ee5409e831e570d8397963:/ITTSWBackgroundView.h diff --git a/ITTSWBackgroundView.h b/ITTSWBackgroundView.h index 53172e0..8d49143 100755 --- a/ITTSWBackgroundView.h +++ b/ITTSWBackgroundView.h @@ -1,16 +1,21 @@ -// -// ITGrayRoundedView.h -// ITKit -// -// Created by Matt L. Judy on Wed Jan 22 2003. -// Copyright (c) 2003 NibFile.com. All rights reserved. -// +/* + * ITKit + * ITGrayRoundedView + * NSView subclass which draws a translucent background with rounded corners. + * + * Original Author : Matt Judy + * Responsibility : Matt Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ #import @interface ITGrayRoundedView : NSView { - + NSBezierPath *_path; } @end