home *** CD-ROM | disk | FTP | other *** search
-
- /* $Id: SubCell.h,v 1.1.1.1 1993/03/18 03:36:04 davis Exp $ */
-
- #import <appkit/SelectionCell.h>
-
- @interface SubCell:SelectionCell
- {
- NXCoord ascender, descender, /* Font attributes */
- lineHeight;
- id subObject; /* Corresponding object */
- BOOL showAttachment; /* Show "attachment" symbol? */
- }
-
- - init;
-
- - setSubObject:anObject;
- - subObject;
-
- - setFont:fontObj;
- - drawInside:(const NXRect *)cellFrame inView:controlView;
-
- @end
-