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:
Mattia Barbon
2003-09-11 21:11:01 +00:00
parent 3bdb8629f8
commit 7db33cc310
4 changed files with 13 additions and 0 deletions

View File

@@ -567,6 +567,8 @@ public:
wxGridCellChoiceEditor(size_t count = 0,
const wxString choices[] = NULL,
bool allowOthers = FALSE);
wxGridCellChoiceEditor(const wxArrayString& choices,
bool allowOthers = FALSE);
virtual void Create(wxWindow* parent,
wxWindowID id,