Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITTableCornerView.h
1 /*
2  *      ITKit
3  *      ITTableCornerView.h
4  *
5  *      NSPopUpButton subclass for use as a cornerView in NSTableView instances.
6  *
7  *      Copyright (c) 2005 iThink Software
8  *
9  */
10
11 #import <Cocoa/Cocoa.h>
12
13 @interface ITTableCornerView : NSPopUpButton {
14         NSImage *image;
15         NSTableHeaderCell *headerCell;
16 }
17
18 @end