diff options
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.h')
-rw-r--r-- | Mac/OSX/PythonLauncher/PreferencesWindowController.h | 5 |
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 |