[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Does Combo has insert() method

Combo.add(String, int)

Based on the javadoc of Combo, the add() method is adding item to the combo list instead of adding a string to the combo's text field.