]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/texhelp.sty
set up scrollbars correctly when we don't need them (fixes the problems reported...
[wxWidgets.git] / docs / latex / wx / texhelp.sty
index af91bd531d9735f7636b3263e7e5c4c8125ec324..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}}
 
 \newcommand{\cinsert}{$<<$}
 \newcommand{\cextract}{$>>$}
 
+% pythonnote: A note about the wxpython interface.
+%\newcommand{\pythonnote}[1]{{\bf wxPython note: }#1}
+\newcommand{\pythonnote}[1]{{}}
+\newcommand{\perlnote}[1]{{}}
 
 % =================== Hypertext facilities ===================
 %