This is eTURLinkUI.h in view mode; [Download] [Up]
/////////////////////////////////////////////////////////////////////////////// // FILENAME: eTURLinkUI.h // SUMMARY: Interface for a UI for setting an URLRep // SUPERCLASS: eTURLinkUI:eTImageUI:Object // INTERFACE: eTURLinkUI.nib // PROTOCOLS: <Inspectable> // AUTHOR: Rohit Khare // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project /////////////////////////////////////////////////////////////////////////////// // DESCRIPTION // Just maintains one lousy Text object holdling an URLRep. /////////////////////////////////////////////////////////////////////////////// // HISTORY // 07/22/94: Minimal Creation. /////////////////////////////////////////////////////////////////////////////// #import "eTURLink.h" #import "../eTImage.subproj/eTImageUI.h" @interface eTURLinkUI:eTImageUI { id theeTURLink; id urlField; id urlPanel; id urlView; id omniWell; } + new; - setAnnotation: neweTURLink; - editURL:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.