home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / ClearSpec.nib / data.classes next >
Text File  |  1994-03-08  |  287b  |  22 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ClearSpecialPanel = {
  7.     ACTIONS = {
  8.     DoCancel:;
  9.     DoOK:;
  10.     };
  11.     OUTLETS = {
  12.     clearMtx;
  13.     };
  14.     SUPERCLASS = Panel;
  15. };
  16. FullImpactApp = {
  17.     OUTLETS = {
  18.     clearSpecPanel;
  19.     };
  20.     SUPERCLASS = Application;
  21. };
  22.