This is Preferences.h in view mode; [Download] [Up]
//*****************************************************************************
//
// Preferences.h.
//
// Preferences logic.
//
// by Felipe A. Rodriguez
//
// This code is supplied "as is" the author makes no warranty as to its
// suitability for any purpose. This code is free and may be distributed
// in accordance with the terms of the:
//
// GNU GENERAL PUBLIC LICENSE
// Version 2, June 1991
// copyright (C) 1989, 1991 Free Software Foundation, Inc.
// 675 Mass Ave, Cambridge, MA 02139, USA
//
//*****************************************************************************
#import <appkit/appkit.h>
@interface Preferences:Object
{
id swapView; // the swapview in the nib
id prefScrollView;
id bView; // button view
char Path[MAXPATHLEN + 1]; // generic buffer to hold paths
}
- loadPreference:(const char *)pControl ofClass:aClass buttonMatrix:sender;
- resizeScrollViewFor:(int)numberOfButtons;
- addInspector:(const char *)aName atPosition:(int)pos withSelector:(SEL)aSel;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.