diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index 52ed8be8a5..2ac9e8934c 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -64,6 +64,8 @@ public: Window size. @param style Gauge style. + @param validator + Window validator. @param name Window name. 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); //@}