+ // Listboxes may permit multiple selections, so their state
+ // is transferred to an integer-array class.
+ wxArrayInt m_listbox_choices;
+ bool m_checkbox_state;
+ // Comboboxes differ from listboxes--validators transfer
+ // the string entered in the combobox's text-edit field.
+ wxString m_combobox_choice;
+ int m_radiobox_choice;