~ubuntu-branches/ubuntu/maverick/python3.1/maverick

« back to all changes in this revision

Viewing changes to Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/PreferenceWindow.nib/classes.nib

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-23 00:01:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090323000127-5fstfxju4ufrhthq
Tags: upstream-3.1~a1+20090322
ImportĀ upstreamĀ versionĀ 3.1~a1+20090322

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    IBClasses = (
 
3
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
 
4
        {
 
5
            ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; }; 
 
6
            CLASS = PreferencesWindowController; 
 
7
            LANGUAGE = ObjC; 
 
8
            OUTLETS = {
 
9
                commandline = NSTextField; 
 
10
                debug = NSButton; 
 
11
                filetype = NSPopUpButton; 
 
12
                honourhashbang = NSButton; 
 
13
                inspect = NSButton; 
 
14
                interpreter = NSTextField; 
 
15
                nosite = NSButton; 
 
16
                optimize = NSButton; 
 
17
                others = NSTextField; 
 
18
                tabs = NSButton; 
 
19
                verbose = NSButton; 
 
20
                "with_terminal" = NSButton; 
 
21
            }; 
 
22
            SUPERCLASS = NSWindowController; 
 
23
        }
 
24
    ); 
 
25
    IBVersion = 1; 
 
26
}
 
 
b'\\ No newline at end of file'