|
|
1.1 root 1: //
2: // A simple controller to create panel objects from a nib when needed
3: // mem
4: //
5: // You may freely copy, distribute and reuse the code in this example.
6: // NeXT disclaims any warranty of any kind, expressed or implied, as to
7: // its fitness for any particular use.
8: //
9: // Created 9-3-90
10: //
11:
12: #import <objc/Object.h>
13:
14: @interface InfoManager:Object
15: {
16: id infoPanel;
17: id helpPanel;
18: }
19:
20: - init;
21: - orderInfoPanelFront:sender;
22: - orderHelpPanelFront:sender;
23:
24: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.