X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a300c74538806ba639b00b817c1f72f26256357c..001f1f56787a37b086f2bff452c5b47166064bcb:/interface/wx/grid.h diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 4fe31735bc..fb68f5dcc8 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -496,13 +496,21 @@ public: If allowOthers is @true, the user can type a string not in choices array. */ - //@{ wxGridCellChoiceEditor(size_t count = 0, const wxString choices[] = NULL, bool allowOthers = false); + + /** + Choice cell renderer ctor. + + @param choices + An array of strings from which the user can choose. + @param allowOthers + If allowOthers is @true, the user can type a string not in choices + array. + */ wxGridCellChoiceEditor(const wxArrayString& choices, bool allowOthers = false); - //@} /** Parameters string format is "item1[,item2[...,itemN]]"