From f044e090c4c8aeed0480fc56fec01e651d811680 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 26 Dec 2002 22:10:53 +0000 Subject: Changed the input field for the interpreter to use (in the preferences window) to a combobox listing the known interpreters. --- Mac/OSX/PythonLauncher/PreferencesWindowController.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.h') diff --git a/Mac/OSX/PythonLauncher/PreferencesWindowController.h b/Mac/OSX/PythonLauncher/PreferencesWindowController.h index a2a4c74ed6..57821c5b37 100644 --- a/Mac/OSX/PythonLauncher/PreferencesWindowController.h +++ b/Mac/OSX/PythonLauncher/PreferencesWindowController.h @@ -29,4 +29,9 @@ - (void)controlTextDidChange:(NSNotification *)aNotification; +- (unsigned int)comboBox:(NSComboBox *)aComboBox indexOfItemWithStringValue:(NSString *)aString; +- (id)comboBox:(NSComboBox *)aComboBox objectValueForItemAtIndex:(int)index; +- (int)numberOfItemsInComboBox:(NSComboBox *)aComboBox; + + @end -- cgit v1.2.1