ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/STSwapBoxManager.h

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

/* STSwapBoxManager.h - written by Robert Vasvari 7/94 */

#import <appkit/appkit.h>

@interface STSwapBoxManager:Object
{
	id boxes[100];
	id setButton;
	id revertButton;
	id mainPopup;
	id panel;
	int currentBoxTag, maxIndex;
	BOOL needsDisplay;
	id noSelectionBox;
}

- init;
- awakeFromNib;
- setNeedsDisplay:(BOOL)flag;
- (BOOL)needsDisplay;
- (int)currentBoxTag;
- changeBox:sender;
- getPanelWithScreen:(int)index;
- displayBox:(int)boxTag;
- revert:sender;
- windowWillClose:sender;
- windowDidUpdate:sender;
- free;

@end

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