Re: Widgets to-do
Emiliano <[email protected]>
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <20030422142708.GA2441__18949.4472965182$1056052191@iris-advies.nl> |
On Tue, Apr 22, 2003 at 03:33:14PM +0100, Charles Goodwin wrote: > > pulldown > > - rename to combo (short version of combobox as used by swing - JComboBox) > > I don't actually like the name combo because it's an abuse of the word > combination which I can only assume combo is short for. You get to only > select one item, not a combination of items. > > Anybody got any thoughts on this? The word combobox refers to a widget that combines a text-field and a drop-down, where you could *either* choose from the dropdown or fill in a free-text value of your own. I don't know if the current XWT pulldown allows this. Emile