home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Unix / aa_m68k_Intel_Only / UNIX-HatersTool.0.1 / MiscSwapKitPalette.BETA / MiscSVInspector.h < prev    next >
Encoding:
Text File  |  1994-09-22  |  337 b   |  26 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface MiscSVInspector: IBInspector
  7. {
  8.     id    bGrayMatrix;
  9.     id    optionMatrix;
  10. }
  11.  
  12. - init;
  13. - revert: sender;
  14. - grayChanged: sender;
  15. - optionChanged: sender;
  16. - (BOOL)wantsButtons;
  17.  
  18. @end
  19.  
  20.  
  21. @interface MiscSwapView (IBInspector)
  22.  
  23. - (const char *)getInspectorClassName;
  24.  
  25. @end
  26.