ftp.nice.ch/pub/next/text/etext/eText5-0.93.Source.NIHS.tar.gz#/eText5/eTNote.subproj/eTNoteUI.h

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

///////////////////////////////////////////////////////////////////////////////
//	FILENAME:	eTNoteUI.h 
//	SUMMARY:	Interface for inserting RTF Notes into a document
//	SUPERCLASS:	eTNoteUI:eTImageUI:Object
//	INTERFACE:	eTNoteUI.nib
//	PROTOCOLS:	<Inspectable>
//	AUTHOR:		Rohit Khare
//	COPYRIGHT:	(c) 1994 California Institure of Technology, eText Project
///////////////////////////////////////////////////////////////////////////////
//  DESCRIPTION
//		Just a scrollview for the text and fields for owner/date.
///////////////////////////////////////////////////////////////////////////////
//	HISTORY
//	07/24/94:	Migrated to subclass of eTImageUI
//	05/22/94:	Created. First actual implementation.
///////////////////////////////////////////////////////////////////////////////

#import "eTNote.h"

@interface eTNoteUI:eTImageUI <Inspectable>
{
	id	notePanel;
	id	noteView;
	id	etNote;
	id	repText;
	id	ownerField;
	id	dateField;
	BOOL ownerDirty, textDirty;
}
+ new;
- setNote:newNote;
- load;
- sync;
- resetOwner:sender;
- resetText:sender;
@end

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