source:
vendor/python/2.5/Mac/PythonLauncher/PreferencesWindowController.h
| Last change on this file was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 1.0 KB | |
| Rev | Line | |
|---|---|---|
| [3225] | 1 | /* PreferencesWindowController */ |
| 2 | ||
| 3 | #import <Cocoa/Cocoa.h> | |
| 4 | ||
| 5 | #import "FileSettings.h" | |
| 6 | ||
| 7 | @interface PreferencesWindowController : NSWindowController <FileSettingsSource> | |
| 8 | { | |
| 9 | IBOutlet NSPopUpButton *filetype; | |
| 10 | IBOutlet NSComboBox *interpreter; | |
| 11 | IBOutlet NSButton *honourhashbang; | |
| 12 | IBOutlet NSButton *debug; | |
