This is IBSliderInspector.h in view mode; [Download] [Up]
// Copyright (C) 1995 Don Yacktman // Use is governed by the MiscKit license #import <apps/InterfaceBuilder.h> #import <appkit/appkit.h> // Subclassing this is probably a bad idea, but I'm doing it anyway. // This was generated with class-dump and from the IBSliderInspector.nib // found in InterfaceBuilder. @interface IBSliderInspector:IBInspector { id continuousSwitch; id disabledSwitch; id tagForm; id valuesForm; } - revertCell:cell sender:sender; - revert:sender; - okCell:cell sender:sender; - ok:sender; - (char)wantsButtons; - init; - performClick:sender; // an IBInspector private method @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.