mirror of
https://github.com/python/cpython.git
synced 2025-08-09 11:29:45 +00:00
Move Mac/OSX/PythonLauncher one level up
This commit is contained in:
parent
8ec9f866c0
commit
c629be8a1e
24 changed files with 1372 additions and 0 deletions
26
Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib
generated
Normal file
26
Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/classes.nib
generated
Normal file
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue