This is QueryFieldView.h in view mode; [Download] [Up]
/*---------------------------------------------------------------------------
QueryFieldView.h - Header file for QueryFieldView.m class.
-----------------------------------------------------------------------------*/
#import <appkit/appkit.h>
@interface QueryFieldView:View
{
id iconMatrix;
id fieldForm;
}
- initFrame:(const NXRect *)frameRect;
- adjHeight:sender;
- fieldForm;
- iconMatrix;
- superviewSizeChanged:(const NXSize *)oldSize;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.