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