This is NoPane.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: NoPane.m,v 1.4 1993/05/04 16:22:19 davis Exp $"; #import <appkit/Application.h> #import "NoPane.h" @implementation NoPane - init { [super init]; [NXApp loadNibSection: "NoPane.nib" owner: self withNames: NO fromZone: [self zone]]; return self; } - (BOOL)updateStatus:aStatus doc:aDoc { return NO; } // 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.