]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/cmdproc.tex
Latex corrections from Marc Albrecht
[wxWidgets.git] / docs / latex / wx / cmdproc.tex
index cb8857b7cd889cf2dc1cd7a9b2a5be44800cbb4d..e9509feab4d4475b7ba1378fc2d2976dfc56808c 100644 (file)
@@ -38,7 +38,7 @@ Destructor.
 
 \func{virtual bool}{CanUndo}{\void}
 
 
 \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}
 
 
 \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.
 
 
 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).
 
 
 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}
 
 
 \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
 
 Submits a new command to the command processor. The command processor
 calls wxCommand::Do to execute the command; if it succeeds, the command