X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..22f2279860e817b6b2a11b8c2cf6aaea83190681:/docs/latex/wx/command.tex diff --git a/docs/latex/wx/command.tex b/docs/latex/wx/command.tex index 9bd25f2811..1514c1da2c 100644 --- a/docs/latex/wx/command.tex +++ b/docs/latex/wx/command.tex @@ -9,6 +9,10 @@ change the data or view. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \overview{Overview}{wxcommandoverview} @@ -24,7 +28,7 @@ a new class and call this constructor from your own constructor. {\it canUndo} tells the command processor whether this command is undo-able. You can achieve the same functionality by overriding the CanUndo member function (if for example -the criteria for undoability is context-dependant). +the criteria for undoability is context-dependent). {\it name} must be supplied for the command processor to display the command name in the application's edit menu.