|
|
1.1 root 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: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.