ftp.nice.ch/pub/next/connectivity/infosystems/Ph.3.03.NIHS.bs.tar.gz#/Ph3.03/query.subproj/Specify.h

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

/*---------------------------------------------------------------------------
Specify.h - Header file for Specify.m class.
-----------------------------------------------------------------------------*/
#include <appkit/appkit.h>

@interface Specify:Object
{
   id     specWin;		/* Specify's window */
   id     sView;		/* Specify's scroll view */
   NXRect cellRect;		/* Cell rect of most recently added cell */
   NXSize viewSize;		/* Current view size */
}

- initSpecify:(int)nItems x:(float)locX y:(float)locY title:(const char *)aTitle;

- createViews:(float)width :(float)height;

- addSwitch:(const char *)aName;

- getSelectedFields:(char *)theFields;

- updateDisplay:sender;

- orderWindowOut:sender;
- showWindow:sender;
- windowWillResize:sender toSize:(NXSize *)frameSize;

@end

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