diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-08 12:16:28 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-08 12:16:28 +0000 |
| commit | 600fa7c1ac71db55e3b8f06f906eecad81f54dc6 (patch) | |
| tree | f114f4922a188a53b8565cf87cfbc4751c495318 /macosx/plugins/DFInput/English.lproj/NetPcsxrHIDInputPluginMain.nib/classes.nib | |
| parent | fb5de7a486ccaa42207f478df7a4f5f60f5d7616 (diff) | |
| download | pcsxr-600fa7c1ac71db55e3b8f06f906eecad81f54dc6.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67636 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput/English.lproj/NetPcsxrHIDInputPluginMain.nib/classes.nib')
| -rw-r--r-- | macosx/plugins/DFInput/English.lproj/NetPcsxrHIDInputPluginMain.nib/classes.nib | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/macosx/plugins/DFInput/English.lproj/NetPcsxrHIDInputPluginMain.nib/classes.nib b/macosx/plugins/DFInput/English.lproj/NetPcsxrHIDInputPluginMain.nib/classes.nib new file mode 100644 index 00000000..3d81880b --- /dev/null +++ b/macosx/plugins/DFInput/English.lproj/NetPcsxrHIDInputPluginMain.nib/classes.nib @@ -0,0 +1,33 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + CLASS = NetPcsxHIDInputPluginMappingCell; + LANGUAGE = ObjC; + SUPERCLASS = NSTextFieldCell; + }, + { + ACTIONS = {cancel = id; ok = id; setKey = id; }; + CLASS = NetPcsxrHIDInputPluginPadController; + LANGUAGE = ObjC; + OUTLETS = { + controllerView = NetPcsxrHIDInputPluginPadView; + controllerView1 = id; + controllerView2 = id; + }; + SUPERCLASS = NSWindowController; + }, + { + ACTIONS = {setDevice = id; setType = id; }; + CLASS = NetPcsxrHIDInputPluginPadView; + LANGUAGE = ObjC; + OUTLETS = { + deviceMenu = NSPopUpButton; + tableView = NSTableView; + typeMenu = NSPopUpButton; + }; + SUPERCLASS = NSView; + } + ); + IBVersion = 1; +}
\ No newline at end of file |
