home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Mail.app / English.lproj / alias.nib / data.classes next >
Encoding:
Text File  |  1994-01-18  |  528 b   |  49 lines

  1. Browser = {
  2.     SUPERCLASS = Control;
  3. };
  4. IconView = {
  5.     SUPERCLASS = View;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     performResize:;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. AliasBrowser = {
  14.     ACTIONS = {
  15.     edit:;
  16.     remove:;
  17.     returnHit:;
  18.     rename:;
  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.