blob: b94b3c4a5d8afc1367908301b3d852492641ff55 (
plain) (
blame)
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
|
{
IBClasses = (
{
ACTIONS = {"" = id; };
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
ACTIONS = {cancel = id; hackToggle = id; ok = id; reset = id; };
CLASS = NetSfPeopsSoftGPUPluginConfigController;
LANGUAGE = ObjC;
OUTLETS = {
autoFullScreen = NSControl;
ditherMode = NSPopUpButton;
fpsCounter = NSControl;
frameSkipping = NSControl;
hackEnable = NSControl;
hacksView = NSView;
vSync = NSControl;
};
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}
|