ftp.nice.ch/Attic/openStep/developer/examples/ScrollViewExample.2.0.w.I.bs.tgz#/ScrollViewExample.2.0.w.NT.bs/Source/MyNSObject.h

This is MyNSObject.h in view mode; [Download] [Up]

#import <AppKit/AppKit.h>

@interface MyNSObject : NSObject
{
    id appendTextInput; // The input panel for append text at the end
    id MyScrollView; 	// THE  SCROLLVIEW 
    id setTextInput;	// The input panel for replace all the text box 
    id theByteLength;	// The display panel of the ByteLength box 
    id theTextLength;	// The display panel of the TextLength box 
    id TheWindow;	// The window itself
    id document; 	// document id variable
    
}
- (void)appendTextTest:(id)sender;
- (void)backBlack:(id)sender;
- (void)backDgray:(id)sender;
- (void)backLgray:(id)sender;
- (void)backWhite:(id)sender;
- (void)byteLengthTest:(id)sender;
- (void)Center:(id)sender;
- (void)checkSpellingTest:(id)sender;
- (void)Left:(id)sender;
- (void)Load:(id)sender;
- (void)MoreInfo:(id)sender;
- (void)PrintScroll:(id)sender;
- (void)PrintWindow:(id)sender;
- (void)Right:(id)sender;
- (void)Ruler:(id)sender;
- (void)Save:(id)sender;
- (void)selectTextTest:(id)sender;
- (void)setTextTest:(id)sender;
- (void)textBlack:(id)sender;
- (void)textDgray:(id)sender;
- (void)textLengthTest:(id)sender;
- (void)textLgray:(id)sender;
- (void)textWhite:(id)sender;
@end

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