This is AutoTicsPane.m in view mode; [Download] [Up]
/* * Copyright (C) 1993 Robert Davis * * This program is free software; you can redistribute it and/or * modify it under the terms of Version 2, or any later version, of * the GNU General Public License as published by the Free Software * Foundation. */ static char RCSId[]="$Id: AutoTicsPane.m,v 1.3 1993/05/04 16:21:12 davis Exp $"; #import <appkit/Application.h> #import "AutoTicsPane.h" @implementation AutoTicsPane - init { [super init]; [NXApp loadNibSection: "AutoTicsPane.nib" owner: self withNames: NO fromZone: [self zone]]; return self; } // Shuts up the compiler about unused RCSId - (const char *) rcsid { return RCSId; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.