ftp.nice.ch/pub/next/developer/resources/palettesfor2.xx/MMText.N.bs.tar.gz#/MMText_2/MMFileCell.h

This is MMFileCell.h in view mode; [Download] [Up]

/* written by Joe Freeman of NeXT Computer Inc.
 *	Version 2
 *	As with all my code, use at your own risk
 *
 *
 * MMFileCell.[hm]
 *	Cell used by the multi media text object to implement file attachments
 *
 * Notes:
 *	1)	This object generates attachments similar to mail.
 *		The format is identical ... see note in MMText for
 *		incompatible explanations
 *
 * Text objects expect the embeded graphic objects to implement
 *	highlight:inView:lit:
 *	drawSelf:inView:
 *	trackMouse:inRect:ofView:
 *	calcCellSize:
 *	readRichText:forView:
 *	writeRichText:forView:
 *
 */


/* Generated by Interface Builder */

#import "MMCell.h"

@interface MMFileCell:MMCell
{
}
 
- initFromFile: (const char *)filename copy:(BOOL)flag;
- initFromFile: (const char *)filename requestedByView: aView;
				/* ask view if it should be copied  */



@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.