ftp.nice.ch/pub/next/text/tex/apps/DviInfo.1.2.s.tar.gz#/DviInfo.1.2.s/PrefsController.h

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

/* $Id: PrefsController.h,v 1.1 1996/10/12 14:30:34 vkyr Exp vkyr $ */

#import <objc/Object.h>

@interface PrefsController:Object

{
	id prefsPanel;			// preferences panel outlet
	id switchView;			// switchview outlet
	id winOptGroup;			// window options group outlet
	id unitOptGroup;		// unit options group outlet
	id windowRadioButton;	// radiobutton matrix outlet
	id unitPopUpButton;		// popupbutton outlet
	id measureRadioButton;	// radiobutton matrix outlet
	id popUpButton;			// Trigger button for popuplist
}

+ initialize;
- awakeFromNib;
- displayPrefsPanel:sender;
- setInches:sender;
- setCms:sender;
- setPoints:sender;;
- setPicas:sender;;
- setWindow:sender;
- setMeasurement:sender;
- (const char *)whatUnit; 
- (BOOL)shouldRoundUnit;
- (BOOL)shouldShowWin;
- 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.