Improved real Latex support
Added missing brace for new perlnote git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,7 +53,7 @@ The editor for string data allowing to choose from a list of strings.
|
||||
|
||||
\func{}{wxGridCellChoiceEditor}{\param{size\_t }{count = 0}, \param{const wxString }{choices[] = NULL}, \param{bool }{allowOthers = false}}
|
||||
|
||||
\func{}{wxGridCellChoiceEditor}{\param{const wxArrayString& }{choices}, \param{bool }{allowOthers = false}}
|
||||
\func{}{wxGridCellChoiceEditor}{\param{const wxArrayString\& }{choices}, \param{bool }{allowOthers = false}}
|
||||
|
||||
\docparam{count}{Number of strings from which the user can choose.}
|
||||
\docparam{choices}{An array of strings from which the user can choose.}
|
||||
|
Reference in New Issue
Block a user