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

This is GeneralFormInspector.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>


@interface GeneralFormInspector:Inspector
{
  id	backGrayMatrix;		//background for form
  id	alignMatrix;		//alignment for titles
  id	textMatrix;		//alignment for text
  id	optionsMatrix;		//tag = pos, scrollable
  id	tagForm;		//hold tag for this form
}

- init;
- ok:sender;
- revert:sender;

	//Archiving
	
- 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.