Last change
on this file since 629 was 572, checked in by Nicholas Riley, 15 years ago |
Support tabbing in preferences panel.
|
File size:
1.4 KB
|
Rev | Line | |
---|
[361] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
---|
| 3 | <plist version="1.0">
|
---|
| 4 | <dict>
|
---|
| 5 | <key>IBClasses</key>
|
---|
| 6 | <array>
|
---|
| 7 | <dict>
|
---|
| 8 | <key>ACTIONS</key>
|
---|
| 9 | <dict>
|
---|
| 10 | <key>clear</key>
|
---|
| 11 | <string>id</string>
|
---|
| 12 | </dict>
|
---|
| 13 | <key>CLASS</key>
|
---|
| 14 | <string>NJRHotKeyField</string>
|
---|
| 15 | <key>LANGUAGE</key>
|
---|
| 16 | <string>ObjC</string>
|
---|
| 17 | <key>SUPERCLASS</key>
|
---|
| 18 | <string>NSTextField</string>
|
---|
| 19 | </dict>
|
---|
| 20 | <dict>
|
---|
| 21 | <key>CLASS</key>
|
---|
[572] | 22 | <string>NSObject</string>
|
---|
[361] | 23 | <key>LANGUAGE</key>
|
---|
| 24 | <string>ObjC</string>
|
---|
| 25 | </dict>
|
---|
| 26 | <dict>
|
---|
| 27 | <key>CLASS</key>
|
---|
[572] | 28 | <string>FirstResponder</string>
|
---|
[361] | 29 | <key>LANGUAGE</key>
|
---|
| 30 | <string>ObjC</string>
|
---|
[572] | 31 | <key>SUPERCLASS</key>
|
---|
| 32 | <string>NSObject</string>
|
---|
[361] | 33 | </dict>
|
---|
| 34 | <dict>
|
---|
| 35 | <key>ACTIONS</key>
|
---|
| 36 | <dict>
|
---|
| 37 | <key>hotKeySet</key>
|
---|
| 38 | <string>NJRHotKeyField</string>
|
---|
| 39 | </dict>
|
---|
| 40 | <key>CLASS</key>
|
---|
| 41 | <string>PSPreferencesController</string>
|
---|
| 42 | <key>LANGUAGE</key>
|
---|
| 43 | <string>ObjC</string>
|
---|
| 44 | <key>OUTLETS</key>
|
---|
| 45 | <dict>
|
---|
| 46 | <key>setAlarmHotKey</key>
|
---|
| 47 | <string>NJRHotKeyField</string>
|
---|
| 48 | </dict>
|
---|
| 49 | <key>SUPERCLASS</key>
|
---|
| 50 | <string>NSWindowController</string>
|
---|
| 51 | </dict>
|
---|
[572] | 52 | <dict>
|
---|
| 53 | <key>CLASS</key>
|
---|
| 54 | <string>NSWindow</string>
|
---|
| 55 | <key>LANGUAGE</key>
|
---|
| 56 | <string>ObjC</string>
|
---|
| 57 | <key>SUPERCLASS</key>
|
---|
| 58 | <string>NSResponder</string>
|
---|
| 59 | </dict>
|
---|
[361] | 60 | </array>
|
---|
| 61 | <key>IBVersion</key>
|
---|
| 62 | <string>1</string>
|
---|
| 63 | </dict>
|
---|
| 64 | </plist>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.