This is MiscAbbreviatedTextCell.h in view mode; [Download] [Up]
/* MiscAbbreviatedTextCell.h Author: Todd Thomas <tthomas@thoughtport.com> Created: September 29, 1996 $Id: MiscAbbreviatedTextCell.h,v 1.2 1996/10/07 02:49:08 todd Exp $ This object is included in the MiscKit by permission from the author and its use is governed by the MiscKit license, found in the file "LICENSE.rtf" in the MiscKit distribution. Please refer to that file for a list of all applicable permissions and restrictions. Copyright (C) 1996 Todd Thomas Use is governed by the MiscKit license */ // Superclass Header #import <AppKit/NSCell.h> // Forward class declarations @class NSView; @interface MiscAbbreviatedTextCell : NSCell { } /*" Drawing "*/ - (void) drawInteriorWithFrame:(NSRect)frame inView:(NSView*)controlView; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.