ftp.nice.ch/pub/next/developer/objc/appkit/ClassBuilder.s.tar.gz#/CB/IBExample.m

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

#pragma .h #import  <objc/Object.h> 
#import "IBExample.h"
#import <appkit/Window.h>
#import <appkit/ScrollView.h>
#import <appkit/Text.h>

@implementation IBExample:Object
{ id theText ;
}

-setText: (char *) aString ;
{ // put theText into textView
  [theText setText: aString] ;
  return self ;
}


-setTheText: anObject ;
{ theText = [anObject docView] ;
  return self ;
}

@end

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