X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e3af6e7eed3c4717608ba2095a688b1fea60e0..e48df5d353610b4b2d91c5dbb4ffdf97f1aa4253:/interface/wx/grid.h diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 4a01123316..c10743259d 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -298,8 +298,6 @@ public: arbitrary locations. In such case you may implement this method only and leave InsertRows() unimplemented. - @param pos - The position of the first new row. @param numRows The number of rows to add. */ @@ -628,6 +626,12 @@ public: wxGridCellChoiceEditor(size_t count = 0, const wxString choices[] = NULL, bool allowOthers = false); + /** + @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); //@}