]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/docs/latex/ogl/sample.tex
Aliases for [G|S]etCaretLineBack
[wxWidgets.git] / contrib / docs / latex / ogl / sample.tex
index da0c61325671846cd9f1d404181f03bb9aabccba..e65837ef35dd8c44e7e89932a5cc3f58a713aaa4 100644 (file)
@@ -38,10 +38,7 @@ individually. This event handler class also holds a label string.
 
 The DiagramCommand class is the key to implementing Undo/Redo. Each instance of DiagramCommand
 stores enough information about an operation (create, delete, change colour etc.) to allow
 
 The DiagramCommand class is the key to implementing Undo/Redo. Each instance of DiagramCommand
 stores enough information about an operation (create, delete, change colour etc.) to allow
-it to carry out (or undo) its command. In DiagramView::OnMenuCommand, when the user initiates the
-command, a new DiagramCommand instance is created which is then sent to the document's
-command processor (see wxWindows manual for more information about doc/view and command
-processing).
+it to carry out (or undo) its command.
 
 Apart from menu commands, another way commands are initiated is by the user left-clicking on
 the canvas or right-dragging on a node. MyCanvas::OnLeftClick in view.cpp shows how
 
 Apart from menu commands, another way commands are initiated is by the user left-clicking on
 the canvas or right-dragging on a node. MyCanvas::OnLeftClick in view.cpp shows how