

This is a little demo illustrating editable and non-editable combo boxes. It
puts up a dialog with two combo boxes; the one on the left is not editable,
while the one on the right is. The "Show selection" button displays the
current contents of the edit boxes, while the "Select next" button advances
the currently selected string to the next one in the model sequence. This
illustrates both retrieval and setting of the selection in the two kinds of
combo boxes under application control.


