This is ChartOfMatrixInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
@interface ChartOfMatrixInspector:IBInspector
{
id hMarginOutlet;
id vMarginOutlet;
id frameStateOutlet;
id minValueOutlet;
id maxValueOutlet;
id autoScaleOutlet;
id graphTypeOutlet;
id prototypeNumOutlet;
id borderTypeOutlet;
id backgroundColorOutlet;
id highlightColorOutlet;
id randomBarColorsOutlet;
}
- doAutoScale:sender;
- doBackgroundColor:sender;
- doBorderType:sender;
- doFrameState:sender;
- doGraphType:sender;
- doHighlightColor:sender;
- doHMargin:sender;
- doMaxValue:sender;
- doMinValue:sender;
- doPrototypeNum:sender;
- doRandomBarColorsState:sender;
- doVMargin:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.