ftp.nice.ch/pub/next/connectivity/news/Alexandra-0.9.s.tar.gz#/alex/Preferences.subproj/PreferencesManager.h

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

#import <appkit/appkit.h>
#import <misckit/misckit.h>

@class MiscList, MiscTableController;

@interface PreferencesManager:Object
	{
	id	thePanel;
	
	id	gKillBehaviour;
	id	gKeyBindings;
	id  gChkNewNewsOnActivation;
	id	gChkNewNewsPeriodically;
	id	gChkNewNewsInterval;
	id gDefaultSavePath;
	
	id	lShowArtNum;
	id	lShowSubject;
	id	lShowAuthor;
	id	lShowSize;
	id	lSmallIs;
	id	lLargeIs;
	
	id	aFontField;
	id 	aMode;
	id	aHeaders;
	id	aFancyBody;
	id	aPostscriptInline;
	
	id	pQuotingPrefix;
	id	pAppendSig;
	id	pTableView;

	MiscList			*list;		
	MiscTableController	*pHeaderController;
	MiscTableController	*aHeaderController;
	Font				*font;
	}


+ initialize;

- openPanel:sender;
- readPreferences:sender;
- writePreferences:sender;
- markDirty:sender;
- showPathSelectPanel:sender;

@end

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