home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- zoomIn:;
- revertToBaseRes:;
- saveImage:;
- zoomOut:;
- print:;
- };
- SUPERCLASS = Object;
- };
- PacScrollView = {
- SUPERCLASS = ScrollView;
- };
- Controller = {
- ACTIONS = {
- appDidInit:;
- openImage:;
- openPhotoCD:;
- openInspectorPanel:;
- printPSCode:;
- setGammaCorrection:;
- openInfoPanel:;
- setPreferences:;
- };
- OUTLETS = {
- activeOverview;
- activeImageView;
- gammaSlider;
- inspector;
- gammaText;
- exportedSizePref;
- imageSizePref;
- infoPanel;
- };
- SUPERCLASS = Object;
- };
-