NSComboBox gerritvd@decillion.net 1999 Free Software Foundation, Inc. Software documentation for the NSComboBox class AppKit/NSComboBox.h addItemWithObjectValue: object addItemsWithObjectValues: objects completes dataSource deselectItemAtIndex: index hasVerticalScroller indexOfItemWithObjectValue: object indexOfSelectedItem insertItemWithObjectValue: object atIndex: index intercellSpacing itemHeight itemObjectValueAtIndex: index noteNumberOfItemsChanged numberOfItems numberOfVisibleItems objectValueOfSelectedItem objectValues reloadData removeAllItems removeItemAtIndex: index removeItemWithObjectValue: object scrollItemAtIndexToTop: index scrollItemAtIndexToVisible: index selectItemAtIndex: index selectItemWithObjectValue: object setCompletes: completes setDataSource: aSource setHasVerticalScroller: flag setIntercellSpacing: aSize setItemHeight: itemHeight setNumberOfVisibleItems: visibleItems setUsesDataSource: flag usesDataSource Software documentation for the NSObject(NSComboBoxDataSource) category AppKit/NSComboBox.h comboBox: aComboBox completedString: aString comboBox: aComboBox indexOfItemWithStringValue: string comboBox: aComboBox objectValueForItemAtIndex: index numberOfItemsInComboBox: aComboBox Software documentation for the NSObject(NSComboBoxNotifications) category AppKit/NSComboBox.h comboBoxSelectionDidChange: notification comboBoxSelectionIsChanging: notification comboBoxWillDismiss: notification comboBoxWillPopUp: notification