X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d863ed833366bdc5a45e69e6a0a4a98cc3a73aba..07b87e8d9b49b46bbe71d414feb35db2be278586:/docs/latex/wx/cmdproc.tex diff --git a/docs/latex/wx/cmdproc.tex b/docs/latex/wx/cmdproc.tex index cb8857b7cd..e9509feab4 100644 --- a/docs/latex/wx/cmdproc.tex +++ b/docs/latex/wx/cmdproc.tex @@ -38,7 +38,7 @@ Destructor. \func{virtual bool}{CanUndo}{\void} -Returns TRUE if the currently-active command can be undone, FALSE otherwise. +Returns true if the currently-active command can be undone, false otherwise. \membersection{wxCommandProcessor::ClearCommands} @@ -46,9 +46,9 @@ Returns TRUE if the currently-active command can be undone, FALSE otherwise. Deletes all the commands in the list and sets the current command pointer to NULL. -\membersection{wxCommandProcessor::Do} +\membersection{wxCommandProcessor::Redo} -\func{virtual bool}{Do}{\void} +\func{virtual bool}{Redo}{\void} Executes (redoes) the current command (the command that has just been undone if any). @@ -132,7 +132,7 @@ Sets the string that will be appended to the Undo menu item. \membersection{wxCommandProcessor::Submit} -\func{virtual bool}{Submit}{\param{wxCommand *}{command}, \param{bool}{ storeIt = TRUE}} +\func{virtual bool}{Submit}{\param{wxCommand *}{command}, \param{bool}{ storeIt = true}} Submits a new command to the command processor. The command processor calls wxCommand::Do to execute the command; if it succeeds, the command