Mercurial > hg > xemacs-beta
comparison pkg-src/tree-nx/English.lproj/DocWindow.nib/data.classes @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1 TreeController = { | |
2 ACTIONS = { | |
3 info:; | |
4 open:; | |
5 }; | |
6 OUTLETS = { | |
7 treeView; | |
8 infoPanel; | |
9 }; | |
10 SUPERCLASS = Object; | |
11 }; | |
12 FirstResponder = { | |
13 ACTIONS = { | |
14 }; | |
15 SUPERCLASS = Object; | |
16 }; | |
17 TreeView = { | |
18 ACTIONS = { | |
19 setCurrButtonByName:; | |
20 scale:; | |
21 displayButByName:; | |
22 }; | |
23 OUTLETS = { | |
24 selectedField; | |
25 lineList; | |
26 treeRoot; | |
27 currentButton; | |
28 priorButton; | |
29 }; | |
30 SUPERCLASS = View; | |
31 }; |