ftp.nice.ch/pub/next/connectivity/infosystems/WAIStation.1.9.6.N.b.tar.gz#/WAIS/next-ui/BrowserAssocTable.h

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

// BrowserAssocTable.h
//
// Free software created 1 Feb 1992
// by Paul Burchard <burchard@math.utah.edu>.
//
// Provides a scrolling list of strings with dimmed associated strings in 
// NX_LISTMODE; i.e. its entries may be multiply selected in all the usual 
// ways. See the BrowserPane class for details.
//
// The associated string values are set via the -setAssocStringValue:at: 
// method.

#import "BrowserPane.h"

@interface BrowserAssocTable : BrowserPane

- initFrame:(const NXRect *)frameRect;
- setAssocStringValue:(const char *)aString at:(int)row;
- (const char *)assocStringValueAt:(int)row;

@end

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