]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/texhelp.sty
gave default parameters for wxBrush() ctor from wxColour (this is what is used in...
[wxWidgets.git] / docs / latex / wx / texhelp.sty
index 1dd5cd5f21f0b11aa1e5ab553de7cabe3b99a39c..e275e3f94c9c19b615d880d8d419eddbb15a4d07 100644 (file)
@@ -82,6 +82,9 @@
 % C++ Parameter: a type and a name (no intervening space)
 \newcommand{\param}[2]{{\it #1}{\bf #2}}
 
+% C++ argument in the documentation text
+\newcommand{\arg}[1]{{\it #1}}
+
 % CLIPS Parameter: a type and a name (one intervening space)
 \newcommand{\cparam}[2]{{\bf #1} {\it #2}}