This is PrefsPanel.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface PrefsPanel:Panel { id prefsView ; id graphicsViewSizeForm ; id compilerSwitchesForm ; id compilerOutput ; id emacsBindings ; id fontNameAndSize ; id fontColor ; id fontUnderline ; id textBackgroundColorWell ; id libBrowser ; id libList ; id libSelection ; } - (int)browser:sender fillMatrix:matrix inColumn:(int)column ; - browser:sender loadCell:cell atRow:(int)row inColumn:(int)column ; - changeFont:sender; - changePrefsView: sender ; - doCompilerSwitches: sender ; - doEmacsBindings: sender ; - doFont: sender ; - doGraphicsViewSize: sender ; - doLibraries: sender ; - doTextBackgroundColor: sender ; - libAdd: sender ; - libBrowserHit: sender ; - libList ; - libRemove: sender ; - setup ; - textBackgroundColorWell ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.