home *** CD-ROM | disk | FTP | other *** search
- myinfo = {
- ACTIONS = {
- putUpDialog:;
- setButton:;
- updateLicenseWithSerialNum:;
- buttonPressed:;
- doneInfo:;
- loaddemo:;
- };
- OUTLETS = {
- licenseButton;
- authoNumID;
- serialNumID;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MyApp = {
- ACTIONS = {
- menuhit:;
- quit:;
- };
- OUTLETS = {
- outlet_infoPanel;
- docMenuMatrix;
- fileMenu;
- outlet_book;
- graphicsMenu;
- outlet_pagelayout;
- bookMenu;
- outlet_window;
- outlet_infoVersion;
- outlet_convertto;
- outlet_graphics;
- outlet_straddle;
- tableMenu;
- outlet_snap;
- outlet_macros;
- bookMenuMatrix;
- outlet_gravity;
- outlet_table;
- outlet_infoOKButton;
- };
- SUPERCLASS = Application;
- };
-