home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Spanish.lproj / InfoPanel.nib / data.classes next >
Text File  |  1994-06-10  |  343b  |  27 lines

  1. MySubclass = {
  2.     OUTLETS = {
  3.     infoPanel;
  4.     infoButton;
  5.     infoBox;
  6.     version;
  7.     };
  8.     SUPERCLASS = Application;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. InfoManager = {
  16.     ACTIONS = {
  17.     showInfoPanel:;
  18.     };
  19.     OUTLETS = {
  20.     infoPanel;
  21.     infoButton;
  22.     infoBox;
  23.     versionField;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27.