summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher/PreferencesWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.h')
-rw-r--r--Mac/OSX/PythonLauncher/PreferencesWindowController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferencesWindowController.h b/Mac/OSX/PythonLauncher/PreferencesWindowController.h
index a2a4c74..57821c5 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