minor fixes to reduce number of Doxygen warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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]]"
|
||||
|
Reference in New Issue
Block a user