]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mirrordc.tex
escape underscores introduced by the last change
[wxWidgets.git] / docs / latex / wx / mirrordc.tex
index a3ec050edb7f00a4b7028366c6a9710e09ed7803..ff36713c79b2cb9e0d495e6c6f86e260dde6436e 100644 (file)
@@ -17,16 +17,21 @@ without changes (no mirroring takes place) or exchanges {\it x} and {\it y}
 coordinates which makes it possible to reuse the same code to draw a figure and
 its mirror -- i.e. reflection related to the diagonal line $x == y$.
 
 coordinates which makes it possible to reuse the same code to draw a figure and
 its mirror -- i.e. reflection related to the diagonal line $x == y$.
 
-wxMirrorDC has been added in wxWindows version 2.5.0.
+wxMirrorDC has been added in wxWidgets version 2.5.0.
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
-\helpref{wxDC}{wxdc}
+\helpref{wxDC}{wxdc}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/dcmirror.h>
 
 
 \wxheading{Include files}
 
 <wx/dcmirror.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 
 \helponly{\insertatlevel{2}{\wxheading{Members}}}
 
 
 \helponly{\insertatlevel{2}{\wxheading{Members}}}
 
@@ -40,4 +45,3 @@ drawn on wxMirrorDC will appear (and maybe mirrored) on \arg{dc}.
 \arg{mirror} specifies if we do mirror (if it is \true) or not (if it is 
 \false).
 
 \arg{mirror} specifies if we do mirror (if it is \true) or not (if it is 
 \false).
 
-