This is eTLinkUI.h in view mode; [Download] [Up]
///////////////////////////////////////////////////////////////////////////////
// FILENAME: eTLinkUI.h
// SUMMARY: Interface definition for Link UI
// SUPERCLASS: Object
// INTERFACE: None
// PROTOCOLS: <Inspectable>
// AUTHOR: Rohit Khare
// COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
///////////////////////////////////////////////////////////////////////////////
// DESCRIPTION
// Displays the etfLink structure (no editing capabilities).
///////////////////////////////////////////////////////////////////////////////
// HISTORY
// 07/03/94: Created. Mimics Mosaic inline images.
///////////////////////////////////////////////////////////////////////////////
#import "eTLink.h"
@interface eTLinkUI:eTImageUI <Inspectable>
{ id theLink;
id linkPanel;
id linkView;
id anchorForm;
id docForm;
}
- setAnnotation:newLink;
+ new;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.