wxGridCellChoiceEditor::wxGridCellChoiceEditor
wxGridCellChoiceEditor::SetParameters
wxGridCellChoiceEditor
Contents Up Previous Next

wxGridCellChoiceEditor

The editor for string data allowing to choose from a list of strings.

Derived from

wxGridCellEditor

See also

wxGridCellEditor, wxGridCellFloatEditor, wxGridCellBoolEditor, wxGridCellTextEditor, wxGridCellNumberEditor

Members


wxGridCellChoiceEditor::wxGridCellChoiceEditor

wxGridCellChoiceEditor(size_t count = 0, const wxString choices[] = NULL, bool allowOthers = false)

wxGridCellChoiceEditor(const wxArrayString&choices, bool allowOthers = false)

count

choices allowOthers


wxGridCellChoiceEditor::SetParameters

void SetParameters(const wxString& params)

Parameters string format is "item1[,item2[...,itemN]]"