blob: ed5f3458ab3f6951c001fe7a1875e10e501adbee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = ScrollingTextView;
LANGUAGE = ObjC;
OUTLETS = {theResponder = NSResponder; };
SUPERCLASS = NSTextView;
},
{
ACTIONS = {close = id; open = id; };
CLASS = World;
LANGUAGE = ObjC;
OUTLETS = {
closeDelegate = id;
theConnectButton = NSButton;
theInputView = ScrollingTextView;
theOutputView = ScrollingTextView;
theProgressIndicator = NSProgressIndicator;
theRoomField = NSTextField;
theSplitView = NSSplitView;
};
SUPERCLASS = NSDocument;
}
);
IBVersion = 1;
}
|