home *** CD-ROM | disk | FTP | other *** search
-
- #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
-