blob: c87ba71d87ad1d238250583937ef9836f50612cb (
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
27
28
29
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NetPcsxHIDInputPluginMappingCell;
LANGUAGE = ObjC;
SUPERCLASS = NSTextFieldCell;
},
{
ACTIONS = {cancel = id; ok = id; setKey = id; };
CLASS = NetPcsxHIDInputPluginPadController;
LANGUAGE = ObjC;
OUTLETS = {
controllerView = NetPcsxHIDInputPluginPadView;
controllerView1 = id;
controllerView2 = id;
};
SUPERCLASS = NSWindowController;
},
{
ACTIONS = {setType = id; };
CLASS = NetPcsxHIDInputPluginPadView;
LANGUAGE = ObjC;
OUTLETS = {tableView = NSTableView; typeMenu = NSView; };
SUPERCLASS = NSView;
}
);
IBVersion = 1;
}
|