home *** CD-ROM | disk | FTP | other *** search
- ImageWindow = {
- OUTLETS = {
- imageView;
- };
- SUPERCLASS = Window;
- };
- ImageController = {
- ACTIONS = {
- changeDepth:;
- redisplayInfoTitle:;
- showInspector:;
- makeScrollable:;
- performInvert:;
- updateNextTiffCompatibility:;
- setSaveType:;
- makeShrinkWrapped:;
- updatePrintInGray:;
- updateDefaultView:;
- appDidInit:;
- appWillInit:;
- updateTIFFCompression:;
- changeScale:;
- changeSize:;
- performOpen:;
- updateMaxInitialSize:;
- performSave:;
- performPrint:;
- performSaveAs:;
- };
- OUTLETS = {
- prefMaxWidthField;
- prefWindow;
- savePanelAccessory;
- prefCompButton;
- inspScale;
- popUpButton;
- inspDepthField;
- printGrayButton;
- inspScroll;
- versField;
- inspBox;
- inspector;
- prefTiffButton;
- imageListener;
- prefGrayButton;
- printPanelAccessory;
- prefViewButton;
- infoTitle;
- inspHeightField;
- inspWidthField;
- prefMaxHeightField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ImageView = {
- SUPERCLASS = View;
- };
-