corrected wxCommandProcessor ctor docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,13 +20,13 @@ if you want different behaviour.
|
|||||||
|
|
||||||
\membersection{wxCommandProcessor::wxCommandProcessor}
|
\membersection{wxCommandProcessor::wxCommandProcessor}
|
||||||
|
|
||||||
\func{}{wxCommandProcessor}{\param{int}{ maxCommands = 100}}
|
\func{}{wxCommandProcessor}{\param{int}{ maxCommands = $-1$}}
|
||||||
|
|
||||||
Constructor.
|
Constructor.
|
||||||
|
|
||||||
{\it maxCommands} defaults to a rather arbitrary 100, but can be set from 1 to any integer.
|
{\it maxCommands} may be set to a positive integer to limit the number of
|
||||||
If your wxCommand classes store a lot of data, you may wish the limit the number of
|
commands stored to it, otherwise (and by default) the list of commands can grow
|
||||||
commands stored to a smaller number.
|
arbitrarily.
|
||||||
|
|
||||||
\membersection{wxCommandProcessor::\destruct{wxCommandProcessor}}
|
\membersection{wxCommandProcessor::\destruct{wxCommandProcessor}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user