git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CoreImage effect loads only with OS X 10.4.0 through 10.4.5. It crashes 10.4.6 currently.
[ITKit.git]
/
ITTableCornerView.h
diff --git
a/ITTableCornerView.h
b/ITTableCornerView.h
old mode 100755
(executable)
new mode 100644
(file)
index
43afa7e
..
a0a24fe
--- a/
ITTableCornerView.h
+++ b/
ITTableCornerView.h
@@
-1,22
+1,21
@@
/*
* ITKit
/*
* ITKit
- * ITTableCornerView
- * NSPopUpButton subclass for corner views in a table view.
+ * ITTableCornerView.h
*
*
- * Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- * Responsibility : Matt 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 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
*
*/
-
#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