Added, documented and used wxGridCellChoiceEditor
taking wxArrayString. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1364,6 +1364,11 @@ wxString wxGridCellBoolEditor::GetValue() const
|
||||
// wxGridCellChoiceEditor
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
wxGridCellChoiceEditor::wxGridCellChoiceEditor(const wxArrayString& choices,
|
||||
bool allowOthers)
|
||||
: m_choices(choices),
|
||||
m_allowOthers(allowOthers) { }
|
||||
|
||||
wxGridCellChoiceEditor::wxGridCellChoiceEditor(size_t count,
|
||||
const wxString choices[],
|
||||
bool allowOthers)
|
||||
|
Reference in New Issue
Block a user