ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/TextEdit/Info.bproj/Info.m

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

#import <AppKit/NSView.h>
#import "InfoView.h"
#import "Info.h"

@implementation Info

- awakeFromNib
{
  [infoView addImageNamed:@"ovidiu"];
  return self;
}

- (void)showImageUsingTagOf:sender
{
  [infoView showImageNumber:[sender tag]];
}

- (void)show
{
  [infoView display];
  [[infoView window] center];
  [[infoView window] makeKeyAndOrderFront:self];
}

- window	{ return [infoView window]; }

@end

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