home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Mail.app / Italian.lproj / alias.nib / data.classes next >
Text File  |  1994-05-26  |  528b  |  49 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     performResize:;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. IconView = {
  8.     SUPERCLASS = View;
  9. };
  10. Browser = {
  11.     SUPERCLASS = Control;
  12. };
  13. AliasBrowser = {
  14.     ACTIONS = {
  15.     edit:;
  16.     remove:;
  17.     rename:;
  18.     returnHit:;
  19.     find:;
  20.     add:;
  21.     doit:;
  22.     appendCc:;
  23.     append:;
  24.     };
  25.     OUTLETS = {
  26.     win;
  27.     box;
  28.     add;
  29.     form;
  30.     browser;
  31.     status;
  32.     well;
  33.     to;
  34.     cc;
  35.     append;
  36.     rename;
  37.     remove;
  38.     appIcon;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. NXBrowser = {
  43.     OUTLETS = {
  44.     delegate;
  45.     target;
  46.     };
  47.     SUPERCLASS = Control;
  48. };
  49.