Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 6c003210943fc91e5911bcbabe1fe4b0030cf38b authored by Benjamin Peterson on 15 October 2014, 22:07:54 UTC
goodbye, 2.6
Tip revision: 6c00321
classes.nib
{
    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; 
}
back to top