git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git]
/
ITTableCornerView.h
diff --git
a/ITTableCornerView.h
b/ITTableCornerView.h
old mode 100755
(executable)
new mode 100644
(file)
index
b9a3577
..
30e0afd
--- a/
ITTableCornerView.h
+++ b/
ITTableCornerView.h
@@
-1,22
+1,18
@@
/*
* ITKit
/*
* ITKit
- * ITTableCornerView
- * NSPopUpButton subclass for corner views in a table view.
+ * ITTableCornerView.h
*
*
- * Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- * Responsibility : Matthew Judy <mjudy@ithinksw.com>
- * Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * NSPopUpButton subclass for use as a cornerView in NSTableView instances.
*
*
- * Copyright (c) 2002 - 2003 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 iThink Software
*
*/
*
*/
-
#import <Cocoa/Cocoa.h>
@interface ITTableCornerView : NSPopUpButton {
#import <Cocoa/Cocoa.h>
@interface ITTableCornerView : NSPopUpButton {
- NSTableHeaderCell *headerCell;
+ NSImage *image;
+ NSTableHeaderCell *headerCell;
}
}
-@end
+@end
\ No newline at end of file