This is MiscCSInspector.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" * * Modified by Laurent Daudelin <laurent@planon.qc.ca> to * add support for lower and upper stop values. * LastEditDate was "Tus Sep 27 10:00:00 1994" * * Copyright (C) 1995 Vince DeMarco * Use is governed by the MiscKit license */ #import <appkit/appkit.h> #import <apps/InterfaceBuilder.h> @interface MiscCircularSliderInspector:IBInspector { id typeMatrix; id minValueField; id maxValueField; id currentValueField; id lowerStopValueField; id upperStopValueField; id useBoundariesSwitch; id optionMatrix; id borderMatrix; id widthField; id tagField; id startAngleField; id BGColorWell; } - init; - ok:sender; - update; - revert:sender; - (BOOL)wantsButtons; - setType:sender; - setMaximum:sender; - setMinimum:sender; - setLowerStop:sender; - setUpperStop:sender; - setUsingBoundaries:sender; - setCurrent:sender; - setOptions:sender; - setBorder:sender; - setTag:sender; - changeWidth:sender; - setBGColor:sender; - setStartAnglePos:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.