/*
* ITKit
- * ITTableView
+ * ITTableCornerView.h
*
- * An NSTableView subclass with easy to use accessors for adding a menu (with optional image)
- * to the corner view of the TableView.
+ * NSTableView subclass that uses an ITTableCornerView as its default
+ * cornerView and provides easy to use accessors to the features
+ * provided by ITTableCornerView when it is being used.
*
- * Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- * Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
*
- * Copyright (c) 2002 iThink Software.
- * All Rights Reserved
+ * $Id$
*
*/
-#import <AppKit/AppKit.h>
-#import "ITTableCornerView.h"
+#import <Cocoa/Cocoa.h>
@interface ITTableView : NSTableView {
- ITTableCornerView *corner;
+
}
- (void)setCornerImage:(NSImage*)image;
- (void)setCornerMenu:(NSMenu*)menu;
- (NSMenu*)cornerMenu;
-@end
+@end
\ No newline at end of file