source: release/1.8/aux/cocotron/win32/cocotron/AppKit.framework/Resources/defaultBindingOptions.plist

Last change on this file was 13570, checked in by Gary Palter, 15 years ago

Update to Cocotron r274ddf43429a

File size: 1.2 KB
Line 
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>NSActionCell.value</key>
6 <dict>
7 <key>NSCreatesSortDescriptors</key>
8 <true/>
9 </dict>
10 <key>NSCell.value</key>
11 <dict>
12 <key>NSCreatesSortDescriptors</key>
13 <false/>
14 </dict>
15 <key>NSObject.value</key>
16 <dict>
17 <key>NSAllowsEditingMultipleValuesSelection</key>
18 <true/>
19 <key>NSRaisesForNotApplicableKeys</key>
20 <true/>
21 </dict>
22 <key>NSTextField.value</key>
23 <dict>
24 <key>NSNullPlaceholder</key>
25 <string></string>
26 <key>NSMultipleValuesPlaceholder</key>
27 <string>Multiple values</string>
28 <key>NSNoSelectionPlaceholder</key>
29 <string>No selection</string>
30 </dict>
31 <key>NSTextFieldCell.value</key>
32 <dict>
33 <key>NSNullPlaceholder</key>
34 <string></string>
35 <key>NSMultipleValuesPlaceholder</key>
36 <string>Multiple values</string>
37 <key>NSNoSelectionPlaceholder</key>
38 <string>No selection</string>
39 </dict>
40 <key>NSProgressIndicator.value</key>
41 <dict>
42 <key>NSNullPlaceholder</key>
43 <integer>0</integer>
44 </dict>
45 <key>NSImageView.hidden</key>
46 <dict>
47 <key>NSNullPlaceholder</key>
48 <false/>
49 </dict>
50</dict>
51</plist>
Note: See TracBrowser for help on using the repository browser.