]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/texhelp.sty
wxMGL compilation fixes
[wxWidgets.git] / docs / latex / wx / texhelp.sty
index 1dd5cd5f21f0b11aa1e5ab553de7cabe3b99a39c..784d53ee67d55f20d9918acf2f3bed4a55f19a12 100644 (file)
 % 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}}
+
+% true and false keywords:
+\newcommand{\true}{{\tt true}}
+\newcommand{\false}{{\tt false}}
+
 % CLIPS Parameter: a type and a name (one intervening space)
 \newcommand{\cparam}[2]{{\bf #1} {\it #2}}