home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Quantrix_1.2 / Application / Quantrix.app / English.lproj / LTPApplication.nib / data.classes next >
Text File  |  1994-10-04  |  679b  |  48 lines

  1. LTInspector = {
  2.     ACTIONS = {
  3.     update:;
  4.     endEditingFor:;
  5.     updateNow:;
  6.     };
  7.     OUTLETS = {
  8.     image;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. LTSwapViewOwner = {
  13.     ACTIONS = {
  14.     };
  15.     OUTLETS = {
  16.     swapView;
  17.     };
  18.     SUPERCLASS = LTInspector;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. LTSwapView = {
  26.     ACTIONS = {
  27.     makeWayForViewWithMyName:;
  28.     swapInViewOwnerNamed:;
  29.     };
  30.     OUTLETS = {
  31.     content;
  32.     delegate;
  33.     };
  34.     SUPERCLASS = View;
  35. };
  36. LTPApplication = {
  37.     ACTIONS = {
  38.     takeBoolFrom:;
  39.     };
  40.     OUTLETS = {
  41.     useEmacsCheck;
  42.     hideOnAutoLaunchCheck;
  43.     createBackupsCheck;
  44.     remememberOpenCheck;
  45.     };
  46.     SUPERCLASS = LTSwapViewOwner;
  47. };
  48.