~ubuntu-branches/ubuntu/karmic/xdaliclock/karmic

« back to all changes in this revision

Viewing changes to OSX/English.lproj/SaverPrefs.nib/classes.nib

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-12-02 11:28:00 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20071202112800-347g6j06sgjp0s1f
Tags: 2.25-1
* New upstream release
* Do the menu transition: Apps/Tools -> Games/Toys
* Make use of Homepage control field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    IBClasses = (
3
 
        {
4
 
            ACTIONS = {aboutClick = id; okClick = id; }; 
5
 
            CLASS = DaliClockSaverView; 
6
 
            LANGUAGE = ObjC; 
7
 
            OUTLETS = {configSheet = id; }; 
8
 
            SUPERCLASS = ScreenSaverView; 
9
 
        }, 
10
 
        {
11
 
            ACTIONS = {"" = id; }; 
12
 
            CLASS = FirstResponder; 
13
 
            LANGUAGE = ObjC; 
14
 
            SUPERCLASS = NSObject; 
15
 
        }, 
16
 
        {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, 
17
 
        {CLASS = ScreenSaverView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
18
 
    ); 
19
 
    IBVersion = 1; 
20
 
}
 
 
b'\\ No newline at end of file'
 
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>aboutClick</key>
 
11
                                <string>id</string>
 
12
                                <key>okClick</key>
 
13
                                <string>id</string>
 
14
                        </dict>
 
15
                        <key>CLASS</key>
 
16
                        <string>DaliClockSaverView</string>
 
17
                        <key>LANGUAGE</key>
 
18
                        <string>ObjC</string>
 
19
                        <key>OUTLETS</key>
 
20
                        <dict>
 
21
                                <key>configSheet</key>
 
22
                                <string>id</string>
 
23
                        </dict>
 
24
                        <key>SUPERCLASS</key>
 
25
                        <string>ScreenSaverView</string>
 
26
                </dict>
 
27
                <dict>
 
28
                        <key>CLASS</key>
 
29
                        <string>ScreenSaverView</string>
 
30
                        <key>LANGUAGE</key>
 
31
                        <string>ObjC</string>
 
32
                        <key>SUPERCLASS</key>
 
33
                        <string>NSView</string>
 
34
                </dict>
 
35
                <dict>
 
36
                        <key>ACTIONS</key>
 
37
                        <dict>
 
38
                                <key></key>
 
39
                                <string>id</string>
 
40
                        </dict>
 
41
                        <key>CLASS</key>
 
42
                        <string>FirstResponder</string>
 
43
                        <key>LANGUAGE</key>
 
44
                        <string>ObjC</string>
 
45
                        <key>SUPERCLASS</key>
 
46
                        <string>NSObject</string>
 
47
                </dict>
 
48
                <dict>
 
49
                        <key>CLASS</key>
 
50
                        <string>NSDatePicker</string>
 
51
                        <key>LANGUAGE</key>
 
52
                        <string>ObjC</string>
 
53
                        <key>SUPERCLASS</key>
 
54
                        <string>NSControl</string>
 
55
                </dict>
 
56
        </array>
 
57
        <key>IBVersion</key>
 
58
        <string>1</string>
 
59
</dict>
 
60
</plist>