]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mirrordc.tex
added install
[wxWidgets.git] / docs / latex / wx / mirrordc.tex
index 3dbbac3924be539d16f5a753e0567f70e5581556..d818e7f1da51948e81c1d2e6807dbed67c06c2bd 100644 (file)
@@ -34,10 +34,9 @@ wxMirrorDC has been added in wxWindows version 2.5.0.
 
 \func{}{wxMirrorDC}{\param{wxDC\& }{dc}, \param{bool }{mirror}}
 
-Creates a (maybe) mirrored DC associated with the real \it{dc}. Everything
-drawn on wxMirrorDC will appear (and maybe mirrored) on \it{dc}.
-
-\it{mirror} specifies if we do mirror (if it is \it{true}) or not (if it is 
-\it{false}).
+Creates a (maybe) mirrored DC associated with the real \arg{dc}. Everything
+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).