ftp.nice.ch/peanuts/GeneralData/Documents/books/AlexNeXTSTEPSource.tar.gz#/NSProgramming/Chapter8_Prefs/Money/PrefsController.h

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

#import <objc/Object.h>

@interface PrefsController:Object

{
	id prefsPanel;
	id switchView;
	id promptSwitch;	// switchbutton outlet
				// to control quit prompt
	id truncateSwitch;	// switchbutton outlet
				// to control truncation
	id popUpButton;		// trigger button for popuplist
}

+ initialize;
- awakeFromNib;
- displayPrefsPanel:sender;
- setTruncate:sender;
- (BOOL)shouldTruncate;
- displayPrefsPanel:sender;
- showAccessoryView:sender;

@end

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