[Java-gnome-developer] Setting a ComboBox read only?
Brought to you by:
afcowie
From: Manuel C. <ll...@us...> - 2006-02-13 17:15:03
|
Hi all, You can setEditable(false) an Entry because it implements the editable interface, but how do you make a ComboBox *not* editable? and setting it insensitive doesn't count, since it renders the widget in a different way. I can only think of just putting the correct string in the combo and not the not selected options, but this seems overkill. Any idea? Thanks! |