b9a35778716fed794a76c9d913b6f7b285b3a569
[ITKit.git] / ITTableCornerView.h
1 /*
2  *      ITKit
3  *  ITTableCornerView
4  *    NSPopUpButton subclass for corner views in a table view.
5  *
6  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
7  *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
8  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
9  *
10  *  Copyright (c) 2002 - 2003 iThink Software.
11  *  All Rights Reserved
12  *
13  */
14
15
16 #import <Cocoa/Cocoa.h>
17
18 @interface ITTableCornerView : NSPopUpButton {
19     NSTableHeaderCell *headerCell;
20 }
21 @end
22