ff56e909003d69ab17dedb90bb592941caa26239
[ITKit.git] / ITTSWBackgroundView.h
1 /*
2  *      ITKit
3  *  ITTSWBackgroundView
4  *    NSView subclass which draws a translucent background with rounded corners.
5  *
6  *  Original Author : Matt Judy <mjudy@ithinksw.com>
7  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
8  *
9  *  Copyright (c) 2002 - 2003 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14 #import <Cocoa/Cocoa.h>
15
16
17 @interface ITTSWBackgroundView : NSView {
18     NSBezierPath *_path;
19 }
20
21 @end