home *** CD-ROM | disk | FTP | other *** search
- ImagePortfolio = {
- ACTIONS = {
- cancelPreferences:;
- arrangeInFront:;
- newImagePalette:;
- showHelp:;
- saveDefaults:;
- showPreferences:;
- printKeyWindow:;
- showInfo:;
- open:;
- };
- OUTLETS = {
- prefCellColumns;
- prefPanel;
- prefCellWidth;
- versionNum;
- fontSize;
- helpPanel;
- prefCellHeight;
- helpScroller;
- fontName;
- infoPanel;
- prefCellRows;
- };
- SUPERCLASS = AppUtils;
- };
- FirstResponder = {
- ACTIONS = {
- sortByCellTitle:;
- save:;
- undelete:;
- printKeyWindow:;
- saveAs:;
- showPreferences:;
- };
- SUPERCLASS = Object;
- };
- AppUtils = {
- SUPERCLASS = Application;
- };
-