Making bevel a non-window-moving area for now, due to a glitch with using it in AG.
[ITKit.git] / ITKit.h
1 /*
2  *      ITKit
3  *    iThink Software's custom extensions to Apple's AppKit framework
4  *
5  *  Original Author : Matt Judy <mjudy@ithinksw.com>
6  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
7  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
8  *
9  *  Copyright (c) 2002 - 2003 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14 #import <Cocoa/Cocoa.h>
15
16 #import <ITKit/ITStatusItem.h>
17 #import <ITKit/ITTableView.h>
18 #import <ITKit/ITTabView.h>
19 #import <ITKit/ITBevelView.h>
20 #import <ITKit/ITTextField.h>
21 #import <ITKit/ITTransientStatusWindow.h>
22
23 #import <ITKit/ITCategory-NSView.h>