more Doxygen warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
|||||||
Window size.
|
Window size.
|
||||||
@param style
|
@param style
|
||||||
Gauge style.
|
Gauge style.
|
||||||
|
@param validator
|
||||||
|
Window validator.
|
||||||
@param name
|
@param name
|
||||||
Window name.
|
Window name.
|
||||||
|
|
||||||
|
@@ -298,8 +298,6 @@ public:
|
|||||||
arbitrary locations. In such case you may implement this method only
|
arbitrary locations. In such case you may implement this method only
|
||||||
and leave InsertRows() unimplemented.
|
and leave InsertRows() unimplemented.
|
||||||
|
|
||||||
@param pos
|
|
||||||
The position of the first new row.
|
|
||||||
@param numRows
|
@param numRows
|
||||||
The number of rows to add.
|
The number of rows to add.
|
||||||
*/
|
*/
|
||||||
@@ -628,6 +626,12 @@ public:
|
|||||||
wxGridCellChoiceEditor(size_t count = 0,
|
wxGridCellChoiceEditor(size_t count = 0,
|
||||||
const wxString choices[] = NULL,
|
const wxString choices[] = NULL,
|
||||||
bool allowOthers = false);
|
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,
|
wxGridCellChoiceEditor(const wxArrayString& choices,
|
||||||
bool allowOthers = false);
|
bool allowOthers = false);
|
||||||
//@}
|
//@}
|
||||||
|
Reference in New Issue
Block a user