home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
- #import <apps/InterfaceBuilder.h>
-
- @interface PAScrollViewDeluxeInspector : IBInspector
- {
- id deluxeMatrix;
- id pageLeftRightSwitch;
- id pageUpDownSwitch;
- id zoomSwitch;
- id topRulerSwitch;
- id leftRulerSwitch;
- id arrowsButton;
- id borderMatrix;
- id backGrayMatrix;
- id scrollerMatrix;
- id lineCell;
- id pageCell;
- }
-
- @end
-