This is TarControl.h in view mode; [Download] [Up]
//====================================================================== // // Portions written by FreemanSoft Inc. // // FreemanSoft disclaims any warranty of any kind, expressed or implied, // as to this source code's fitness for any particular use. // // For more information, use the following electronic mail addresses: // // info@FreemanSoft.com general questions // support@FreemanSoft.com technical questions // //====================================================================== /* Written by * Joe Freeman * This code has no warranty. * It is provided so that the consumer may maintain and modify it * at their own risk. Use this code at your own risk. */ /* Generated by Interface Builder */ #import <appkit/appkit.h> /* precompiled headers */ #import "TwoPassUIControl.h" @interface TarControl:TwoPassUIControl { } - (const char *)buttonImageName; - (const char *)buttonAltImageName; - (const char *)stringsTable; - free; - runPassOne:sender; /* return nil if find not run */ - runPassTwo:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.