Added Mac Menus for key insertion events back in

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@460 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
markgrebe 2005-06-03 05:21:01 +00:00
parent 9ac5d2a4d2
commit cd4efb7a36
3 changed files with 6 additions and 16 deletions

View File

@ -11,24 +11,22 @@
{
ACTIONS = {
biggerScreen = id;
doPrefs = id;
fullScreen = id;
grabMouse = id;
heightMinus = id;
heightPlus = id;
leftJoyChange = id;
ntscPalMode = id;
openCart = id;
paddleChange = id;
pauseGame = id;
prefsMenu = id;
prefsOK = id;
restartGame = id;
rightJoyChange = id;
romdirSelect = id;
smallerScreen = id;
speedLimit = id;
toggleGlFilter = id;
togglePallette = id;
volumeMinus = id;
volumePlus = id;
widthMinus = id;
widthPlus = id;
xStartMinus = id;
@ -38,15 +36,7 @@
};
CLASS = Menus;
LANGUAGE = ObjC;
OUTLETS = {
aspectRatioField = id;
filterMenu = id;
limitSpeedMenu = id;
paddlesMenu = id;
romDirField = id;
videoModeMatrix = id;
volumeSlider = id;
};
OUTLETS = {};
SUPERCLASS = NSObject;
},
{CLASS = Preferences; LANGUAGE = ObjC; SUPERCLASS = NSObject; },

View File

@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>451 517 359 316 0 0 1280 1002 </string>
<string>111 514 359 316 0 0 1280 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>116 460 205 44 0 0 1280 1002 </string>
<string>116 460 389 44 0 0 1280 1002 </string>
</dict>
<key>IBFramework Version</key>
<string>437.0</string>

Binary file not shown.