X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..e3ecd39c1d3a4803b8d4c051846ad6ad7b059d6f:/ITTableCornerView.h diff --git a/ITTableCornerView.h b/ITTableCornerView.h index a8b582c..b9a3577 100755 --- a/ITTableCornerView.h +++ b/ITTableCornerView.h @@ -4,7 +4,7 @@ * NSPopUpButton subclass for corner views in a table view. * * Original Author : Joseph Spiros - * Responsibility : Matt Judy + * Responsibility : Matthew Judy * Responsibility : Joseph Spiros * * Copyright (c) 2002 - 2003 iThink Software. @@ -12,22 +12,8 @@ * */ -/* - * This subclass does 4 things to approximate NSMenuExtra's functionality: - * - * 1. Makes the status item smarter about highlighting. - * 2. Allows you to set an alternate (inverted) image. - * 3. Eliminates the pre-Jaguar shadow behind a normal status item. - * 4. If you use an image AND title, the text will be made slightly smaller - * to resemble the visual interface of an NSMenuExtra. - * - * Note: In order to have the shadow not overlap the bottom of the - * menubar, Apple moves the image up one pixel. Since that shadow is - * no longer drawn, please adjust your images DOWN one pixel to compensate. - * - */ -#import +#import @interface ITTableCornerView : NSPopUpButton { NSTableHeaderCell *headerCell;