X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..8de699dcfaecc9ec9dfb9e9348612e9ab9af5059:/docs/latex/wx/texhelp.sty

diff --git a/docs/latex/wx/texhelp.sty b/docs/latex/wx/texhelp.sty
index e52374f9f4..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}}
 
@@ -100,6 +107,10 @@
 \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 ===================
 %
@@ -290,3 +301,9 @@
 \newcommand{\constfunc}[3]{{\bf #1} {\bf #2}(#3) {\bf const}\index{#2}}
 \newcommand{\windowstyle}[1]{{\bf #1}\index{#1}}
 
+\addtolength{\textwidth}{1in}
+\addtolength{\oddsidemargin}{-0.5in}
+\addtolength{\topmargin}{-0.5in}
+\addtolength{\textheight}{1in}
+\sloppy
+