diff options
Diffstat (limited to 'Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib')
| -rw-r--r-- | Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib b/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib new file mode 100644 index 0000000000..467aa8b261 --- /dev/null +++ b/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib @@ -0,0 +1,26 @@ +{ +    IBClasses = ( +        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  +        { +            ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };  +            CLASS = PreferencesWindowController;  +            LANGUAGE = ObjC;  +            OUTLETS = { +                commandline = NSTextField;  +                debug = NSButton;  +                filetype = NSPopUpButton;  +                honourhashbang = NSButton;  +                inspect = NSButton;  +                interpreter = NSTextField;  +                nosite = NSButton;  +                optimize = NSButton;  +                others = NSTextField;  +                tabs = NSButton;  +                verbose = NSButton;  +                "with_terminal" = NSButton;  +            };  +            SUPERCLASS = NSWindowController;  +        } +    );  +    IBVersion = 1;  +}
\ No newline at end of file  | 
