home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscLogSliderPalette / IBSliderInspector.h < prev    next >
Encoding:
Text File  |  1994-03-26  |  549 b   |  27 lines

  1.  
  2. #import <apps/InterfaceBuilder.h>
  3. #import <appkit/appkit.h>
  4.  
  5. // Subclassing this is probably a bad idea, but I'm doing it anyway.
  6.  
  7. // This was generated with class-dump and from the IBSliderInspector.nib
  8. // found in InterfaceBuilder.
  9.  
  10. @interface IBSliderInspector:IBInspector
  11. {
  12.     id continuousSwitch;
  13.     id disabledSwitch;
  14.     id tagForm;
  15.     id valuesForm;
  16. }
  17.  
  18. - revertCell:cell sender:sender;
  19. - revert:sender;
  20. - okCell:cell sender:sender;
  21. - ok:sender;
  22. - (char)wantsButtons;
  23. - init;
  24. - performClick:sender; // an IBInspector private method
  25.  
  26. @end
  27.