This is PrefsPanel.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface PrefsPanel:Object { id thePrefs; /* object in "main program" which knows all about the program's preferences (as opposed to this object, which knows all about the preferences *panel*). */ id preferencePanel; id deviceMatrix; id curFirstDeviceText; id separateVolSwitch; } - showPrefsPanel:preferences_ID usingScsiList:scsiList_id; - saveCurrentVolumes:sender; - saveWindowPositions:sender; - setCdromDrivePref:sender; - setSeparateVolumes:sender; /* tag's of interest for objects in the preference panel */ #define USE_FIRST_CDDRIVE_TAG -10 @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.