The dissolve, cut and slides all work properly now, I hope :D
[ITKit.git] / ITTSWBackgroundView.h
1 /*
2  *      ITKit
3  *  ITGrayRoundedView
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 ITGrayRoundedView : NSView {
18     NSBezierPath *_path;
19 }
20
21 @end