X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/51a18ac1bb037b0c32f5f30f5a0436ff61b64f21..HEAD:/ITTableView.h diff --git a/ITTableView.h b/ITTableView.h old mode 100755 new mode 100644 index af06287..8ebeca4 --- a/ITTableView.h +++ b/ITTableView.h @@ -1,24 +1,19 @@ /* * ITKit - * ITTableView - * NSTableView subclass with easy to use accessors for adding a menu - * (with optional image) to the corner view of the TableView. + * ITTableCornerView.h * - * Original Author : Joseph Spiros - * Responsibility : Matt Judy - * Responsibility : Joseph Spiros + * 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. * - * Copyright (c) 2002-2003 iThink Software. - * All Rights Reserved + * Copyright (c) 2005 iThink Software * */ #import -@class ITTableCornerView; - @interface ITTableView : NSTableView { - ITTableCornerView *corner; + } - (void)setCornerImage:(NSImage*)image; @@ -26,4 +21,4 @@ - (void)setCornerMenu:(NSMenu*)menu; - (NSMenu*)cornerMenu; -@end +@end \ No newline at end of file