home *** CD-ROM | disk | FTP | other *** search
- PaperView = {SUPERCLASS = View; };
- MyApp = {
- ACTIONS = {"hide:" = "hide:"; "terminate:" = "terminate:"; };
- OUTLETS = {delegate = delegate; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- PageLayout = {
- ACTIONS = {
- "pickedButton:" = "pickedButton:";
- "pickedLayout:" = "pickedLayout:";
- "pickedOrientation:" = "pickedOrientation:";
- "pickedPaperSize:" = "pickedPaperSize:";
- "pickedUnits:" = "pickedUnits:";
- };
- OUTLETS = {
- _paperViewShadow = _paperViewShadow;
- appIcon = appIcon;
- cancel = cancel;
- height = height;
- layoutList = layoutList;
- ok = ok;
- orientation = orientation;
- paperSizeList = paperSizeList;
- paperView = paperView;
- scale = scale;
- unitsList = unitsList;
- width = width;
- };
- SUPERCLASS = Window;
- };
-