[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)


- Prakash

www.eclipse-tips.com


hao wrote:
Does Combo control has the insert(String) method similar to the Text control's insert() method? If it does not, how to insert a string into existing text in the Combo text field?