The editor for string data allowing to choose from a list of strings.
Derived from
See also
wxGridCellEditor, wxGridCellFloatEditor, wxGridCellBoolEditor, wxGridCellTextEditor, wxGridCellNumberEditor
Members
wxGridCellChoiceEditor::wxGridCellChoiceEditor
wxGridCellChoiceEditor::SetParameters
wxGridCellChoiceEditor(size_t count = 0, const wxString choices[] = NULL, bool allowOthers = false)
wxGridCellChoiceEditor(const wxArrayString& choices, bool allowOthers = false)
count
void SetParameters(const wxString& params)
Parameters string format is "item1[,item2[...,itemN]]"