ftp.nice.ch/pub/next/connectivity/infosystems/Ph.3.3.s.tar.gz#/Ph/query.subproj/QueryFieldView.h

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

/*---------------------------------------------------------------------------
QueryFieldView.h - Header file for QueryFieldView.m class.
-----------------------------------------------------------------------------*/
#import <appkit/View.h>
#import <objc/Object.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.