ftp.nice.ch/pub/next/connectivity/protocol/Remotes3.0.NIHS.bs.tar.gz#/Remotes3.0.NIHS.bs/Source/Prefs.h

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

/*---------------------------------------------------------------------------
Prefs.h - Header file the Prefs.m class.
-----------------------------------------------------------------------------*/
#import <objc/Object.h>

@interface Prefs:Object
{
    id	debugMatrix;
    id	prefsWindow;
    id	configForm;
    id  theHLM;
}

- init;
- setDebugMatrix:anObject;
- setPrefsWindow:anObject;
- setConfigForm:anObject;
- setHLM:anObject;
- initPrefs:sender;
- prefsRevert:sender;
- prefsSet:sender;
- showPrefsWindow:sender;

@end

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