fixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-12-25 20:34:56 +00:00
parent 200fed6cdf
commit c91108763b
28 changed files with 189 additions and 156 deletions

View File

@@ -142,9 +142,9 @@ Note that not all cursors are available on all platforms.}
\pythonnote{Constructors supported by wxPython are:\par
\indented{2cm}{\begin{twocollist}
\twocolitem{\bf{wxCursor(name, flags, hotSpotX=0,
\twocolitem{{\bf wxCursor(name, flags, hotSpotX=0,
hotSpotY=0)}}{Constructs a cursor from a filename}
\twocolitem{\bf{wxStockCursor(id)}}{Constructs a stock cursor }
\twocolitem{{\bf wxStockCursor(id)}}{Constructs a stock cursor }
\end{twocollist}}
}