]> granicus.if.org Git - python/blob
467aa8b26121d6b65c351b0239b96b79f1ab98d7
[python] /
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 }