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