X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d81432a19eb282b9e05077b27a65e4ddaedc516..53b6d7a29879a67a54e1f26e77a0697fecacf839:/docs/latex/wx/texhelp.sty diff --git a/docs/latex/wx/texhelp.sty b/docs/latex/wx/texhelp.sty index fd9d1b0b9b..784d53ee67 100644 --- 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++ 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}} @@ -103,6 +110,7 @@ % pythonnote: A note about the wxpython interface. %\newcommand{\pythonnote}[1]{{\bf wxPython note: }#1} \newcommand{\pythonnote}[1]{{}} +\newcommand{\perlnote}[1]{{}} % =================== Hypertext facilities =================== %