home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / IndexingKit / Ledger / English.lproj / Ledger.nib / data.classes next >
Encoding:
Text File  |  1993-01-25  |  494 b   |  36 lines

  1. AccountWindow = {
  2.     SUPERCLASS = Window;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     void:;
  7.     commit:;
  8.     append:;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. MainDelegate = {
  13.     ACTIONS = {
  14.     appDidInit:;
  15.     doubleClickAccount:;
  16.     pickAccount:;
  17.     openAccount:;
  18.     makeListKey:;
  19.     removeAccount:;
  20.     replaceAccount:;
  21.     addAccount:;
  22.     appWillTerminate:;
  23.     closeAccount:;
  24.     };
  25.     OUTLETS = {
  26.     listBrowser;
  27.     openButton;
  28.     listWindow;
  29.     removeButton;
  30.     closeButton;
  31.     editField;
  32.     addButton;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36.