Mercurial > hg > xemacs-beta
comparison lisp/oobr/tree-nx/English.lproj/DocWindow.nib/data.classes @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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 }; |