This is CircularSliderInspector.h in view mode; [Download] [Up]
/*
* Filename: CircularSliderInspector.h
* Created : Thu Oct 22 00:46:51 1992
* Author : Vince DeMarco
* <vince@whatnxt.cuc.ab.ca>
* LastEditDate was "Thu Oct 22 01:09:14 1992"
*/
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
@interface CircularSliderInspector:IBInspector
{
id typeMatrix;
id minValueField;
id maxValueField;
id currentValueField;
id optionMatrix;
id boarderMatrix;
id tagField;
}
- init;
- update;
- ok:sender;
- revert:sender;
- (BOOL)wantsButtons;
- setType:sender;
- setMaximum:sender;
- setMinimum:sender;
- setCurrent:sender;
- setOptions:sender;
- setBoarder:sender;
- setTag:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.