blob: 3c4afe987df8c92c064e418bdcd9f91e9d806e36 (
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
38
39
|
{
IBClasses = (
{
ACTIONS = {showHelp = id; };
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
ACTIONS = {close = id; saveChanges = id; setKey = id; };
CLASS = Preferences;
LANGUAGE = ObjC;
OUTLETS = {
displayNumber = id;
fakeButton = id;
keyField = id;
splashStartupHelpButton = id;
startupHelpButton = id;
systemBeepButton = id;
window = id;
};
SUPERCLASS = NSObject;
},
{
CLASS = XApplication;
LANGUAGE = ObjC;
OUTLETS = {preferences = id; xserver = id; };
SUPERCLASS = NSApplication;
},
{
ACTIONS = {applicationWillResignActive = id; closeHelpAndShow = id; };
CLASS = Xserver;
LANGUAGE = ObjC;
OUTLETS = {helpWindow = id; startupHelpButton = id; };
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
|