This is DirController.h in view mode; [Download] [Up]
#ifndef __DirController_h #define __DirController_h //============================================================================= // // Copyright (C) 1995-1997 by Paul S. McCarthy and Eric Sunshine. // Written by Paul S. McCarthy and Eric Sunshine. // All Rights Reserved. // // This notice may not be removed from this source code. // // This object is included in the MiscKit by permission from the authors // and its use is governed by the MiscKit license, found in the file // "License.rtf" in the MiscKit distribution. Please refer to that file // for a list of all applicable permissions and restrictions. // //============================================================================= //----------------------------------------------------------------------------- // DirController.h // // Manages application which demonstrates use of TableScroll. // //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- // $Id: DirController.h,v 1.1 97/01/12 15:20:18 sunshine Exp $ // $Log: DirController.h,v $ // Revision 1.1 97/01/12 15:20:18 sunshine // v28: Dir controller. // //----------------------------------------------------------------------------- #import <objc/Object.h> @class Panel, Text; @interface DirController : Object { Panel* infoPanel; Text* infoText; } - (id)init; - (id)free; - (id)appDidInit:(id)sender; - (id)new:(id)sender; - (id)info:(id)sender; @end #endif // __DirController_h
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.