This is PEN.h in view mode; [Download] [Up]
///////////////////////////////////////////////////////////////////////////////
// FILENAME: PEN.h
// SUMMARY: Defines a protocol for the PEN agents for eText documents
// PROTOCOLS: <Agent>
// AUTHOR: Rohit Khare
// COPYRIGHT: (c) 1993,4 California Institure of Technology, eText Project
///////////////////////////////////////////////////////////////////////////////
// DESCRIPTION
// This is a demo mockup of PEN.
///////////////////////////////////////////////////////////////////////////////
// HISTORY
// 05/05/94: Migrated to eText4
// 11/15/93: Created. Derived from calls in the rest of the code
///////////////////////////////////////////////////////////////////////////////
#import "../eTextKernel.h"
@interface PEN:Object <Agent,Tool>
{
id thePanel;
id theView;
id doc;
id navinfo;
}
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.