blob: 50662f9176b0c4e219313171940fe65c95b352f2 (
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
28
29
30
31
32
33
34
35
36
37
|
{
IBClasses = (
{
ACTIONS = {
showPreferencesWindow = id;
showWorldSettingsWindow = id;
showWorldStatusWindow = id;
};
CLASS = AppDelegate;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
ACTIONS = {
cycleDocumentWindows = id;
orderFrontStandardAboutPanel = id;
pasteWithFormatting = id;
};
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{CLASS = MxTransparentScrollView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{
ACTIONS = {
showLispREPLWindow = id;
showPreferencesWindow = id;
showWorldSettingsWindow = id;
showWorldStatusWindow = id;
};
CLASS = WorldController;
LANGUAGE = ObjC;
SUPERCLASS = NSDocumentController;
}
);
IBVersion = 1;
}
|