source:
release/1.5/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispController.classdescription
| Last change on this file was 13631, checked in by , 15 years ago | |
|---|---|
| File size: 332 bytes | |
| Line | |
|---|---|
| 1 | { |
| 2 | Actions = { |
| 3 | // Define action descriptions here, for example |
| 4 | // "myAction:" = id; |
| 5 | "insert:" = id; |
| 6 | "addChild:" = id; |
| 7 | "remove:" = id; |
| 8 | }; |
| 9 | Outlets = { |
| 10 | // Define outlet descriptions here, for example |
| 11 | // myOutlet = NSView; |
| 12 | view = NSView; |
| 13 | owner = id; |
| 14 | }; |
| 15 | ClassName = LispController; |
| 16 | SuperClass = NSObject; |
| 17 | } |
Note:
See TracBrowser
for help on using the repository browser.
