X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..90261ef2a4b2facc14c3c05a5a6e586e900a4f94:/ITTSWBackgroundView.h diff --git a/ITTSWBackgroundView.h b/ITTSWBackgroundView.h index 53172e0..ff56e90 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 + * ITTSWBackgroundView + * 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 { - +@interface ITTSWBackgroundView : NSView { + NSBezierPath *_path; } @end