home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / PAScrollViewDeluxe / PAScrollViewDeluxeInspector.h < prev    next >
Encoding:
Text File  |  1993-05-11  |  377 b   |  21 lines

  1. #import <appkit/appkit.h>
  2. #import <apps/InterfaceBuilder.h>
  3.  
  4. @interface PAScrollViewDeluxeInspector : IBInspector
  5. {
  6.     id    deluxeMatrix;
  7.     id    pageLeftRightSwitch;
  8.     id    pageUpDownSwitch;
  9.     id    zoomSwitch;
  10.     id    topRulerSwitch;
  11.     id    leftRulerSwitch;
  12.     id    arrowsButton;
  13.     id    borderMatrix;
  14.     id    backGrayMatrix;
  15.     id    scrollerMatrix;
  16.     id    lineCell;
  17.     id    pageCell;
  18. }
  19.  
  20. @end
  21.