projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use...
[wxWidgets.git]
/
docs
/
latex
/
wx
/
texhelp.sty
diff --git
a/docs/latex/wx/texhelp.sty
b/docs/latex/wx/texhelp.sty
index 1dd5cd5f21f0b11aa1e5ab553de7cabe3b99a39c..784d53ee67d55f20d9918acf2f3bed4a55f19a12 100644
(file)
--- a/
docs/latex/wx/texhelp.sty
+++ b/
docs/latex/wx/texhelp.sty
@@
-82,6
+82,13
@@
% C++ Parameter: a type and a name (no intervening space)
\newcommand{\param}[2]{{\it #1}{\bf #2}}
% 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}}
% CLIPS Parameter: a type and a name (one intervening space)
\newcommand{\cparam}[2]{{\bf #1} {\it #2}}