]> git.saurik.com Git - wxWidgets.git/commitdiff
more LaTeX error fixes
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 Jan 2008 21:56:01 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 Jan 2008 21:56:01 +0000 (21:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/twindowid.tex

index 19287a2af2c2808b1ecbb1d182678e906387f50d..e654db4ef7183ac4f62479810db98eab42bf1439 100644 (file)
@@ -10,9 +10,9 @@
 
 Various contols and other parts of wxWidgets need an ID.  Sometimes the
 ID may be directly provided by the use or have a predefined value, such as
 
 Various contols and other parts of wxWidgets need an ID.  Sometimes the
 ID may be directly provided by the use or have a predefined value, such as
-wxID_OPEN.  Often, however, the value of the ID is unimportant and is created
-automatically by calling \helpref{wxWindow::NewControlId}{wxwindownewcontrolid}
-or by passing wxID_ANY as the ID of an object.
+\texttt{wxID\_OPEN}. Often, however, the value of the ID is unimportant and is
+created automatically by calling \helpref{wxWindow::NewControlId}{wxwindownewcontrolid} 
+or by passing \texttt{wxID\_ANY} as the ID of an object.
 
 There are two ways to generate an ID.  One way, is to start at a negative number,
 and for each new ID, return the next smallest number.  This is fine for systems
 
 There are two ways to generate an ID.  One way, is to start at a negative number,
 and for each new ID, return the next smallest number.  This is fine for systems