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.