source: release/1.3/source/cocoa-ide/altconsole/resource/AltConsole.nib/classes.nib

Last change on this file was 11540, checked in by Gary Byers, 16 years ago

An "alternate console" application which can serve as a terminal/console
for a client application whose standard file descriptors aren't pointing
anywhere useful.

Looks like something written >5 years ago. Is.

File size: 464 bytes
Line 
1{
2 IBClasses = (
3 {
4 CLASS = AltConsoleDocument;
5 LANGUAGE = ObjC;
6 OUTLETS = {indicator = id; textView = id; };
7 SUPERCLASS = NSDocument;
8 },
9 {
10 CLASS = AltConsoleDocumentController;
11 LANGUAGE = ObjC;
12 SUPERCLASS = NSDocumentController;
13 },
14 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
15 );
16 IBVersion = 1;
17}
Note: See TracBrowser for help on using the repository browser.