raze-gles/polymer/eduke32/Apple/bundles/EDuke32.app/Contents/Resources/startwin.game.nib/classes.nib
hendricks266 27b279a1ce JFDuke3D port: OS X Startup Window, copied almost verbatim
It needs to have the sound quality box removed and the Game directory box added, possibly among other things.

git-svn-id: https://svn.eduke32.com/eduke32@2396 1a8010ca-5511-0410-912e-c29ae57300e0
2012-03-04 09:30:27 +00:00

59 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>alwaysShowClicked</key>
<string>id</string>
<key>cancel</key>
<string>id</string>
<key>fullscreenClicked</key>
<string>id</string>
<key>start</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>StartupWinController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>alwaysShowButton</key>
<string>NSButton</string>
<key>cancelButton</key>
<string>NSButton</string>
<key>fullscreenButton</key>
<string>NSButton</string>
<key>gameList</key>
<string>NSScrollView</string>
<key>messagesView</key>
<string>NSTextView</string>
<key>soundQualityPUButton</key>
<string>NSPopUpButton</string>
<key>startButton</key>
<string>NSButton</string>
<key>tabView</key>
<string>NSTabView</string>
<key>videoMode3DPUButton</key>
<string>NSPopUpButton</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>