ftp.nice.ch/pub/next/developer/resources/palettesfor2.xx/EntryCheckForm.N.bs.tar.gz#/EntryCheckForm/GeneralFormCellInspector.h

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

/*------------------------------------------------------# 
   Copyright 1992 Don McGregor
   You may freely use this code in any way you wish.
   however, you may not charge any money for the use
   of it.
   
   No warranty of any kind, etc, etc.
 ------------------------------------------------------#*/

#import <nib/InterfaceBuilder.h>
#import <appkit/Application.h>
#import <appkit/Matrix.h>
#import <appkit/Window.h>

@interface GeneralFormCellInspector:Inspector
{
    id	enabledMatrix;	//Enabled or not, scrolling or not
    id	tagForm;	//For setting the tag for the cell
    id	filterScroller;	//scroller to select input qualifier
}

	//The usual IB inspector methods
	
- revert:sender;
- ok:sender;
- init;

	//Archiving methods
	
- read:(NXTypedStream*)stream;
- write:(NXTypedStream*)stream;

@end

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