ftp.nice.ch/pub/next/graphics/apps/GraphicsWrap.N.bs.tar.gz#/462/CmdHold.m

This is CmdHold.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "CmdHold.h"

@implementation CmdHold
- initCmd:(int)time
{
  [super init];
  command="hold";
  number1=time;
  return self;
}

-doCmd
{
  [theBitmap cmdHold:number1];
  return self;
}
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.