]> git.saurik.com Git - wxWidgets.git/commitdiff
LaTeX syntax and links corrections
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 May 2007 16:17:22 +0000 (16:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 May 2007 16:17:22 +0000 (16:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cmdlpars.tex
docs/latex/wx/function.tex
docs/latex/wx/glcanvas.tex
docs/latex/wx/glcontext.tex
docs/latex/wx/stopwtch.tex
docs/latex/wx/timer.tex
docs/latex/wx/vscrolledwindow.tex

index fcdbc0d45773ae9abc4a625a00bf5dec944e1e93..d9c3255d4dd1038f0c67e78d17cca3a68123a763 100644 (file)
@@ -168,8 +168,8 @@ or, if you use the default constructor, you can do it later by calling
 \helpref{SetCmdLine}{wxcmdlineparsersetcmdline}.
 
 The same holds for command line description: it can be specified either in
-the constructor (\helpref{without command line}{wxcmdlineparserwxcmdlineparserdesc} or 
-\helpref{together with it}{wxcmdlineparserwxcmdlineparserdescargc}) or
+the constructor (\helpref{without\ command\ line}{wxcmdlineparserwxcmdlineparser} or 
+\helpref{together\ with\ it}{wxcmdlineparserwxcmdlineparserdescargc}) or
 constructed later using either \helpref{SetDesc}{wxcmdlineparsersetdesc} or
 combination of \helpref{AddSwitch}{wxcmdlineparseraddswitch}, 
 \helpref{AddOption}{wxcmdlineparseraddoption} and 
@@ -247,6 +247,8 @@ command line or false if they were not specified.
 Default constructor. You must use 
 \helpref{SetCmdLine}{wxcmdlineparsersetcmdline} later.
 
+\membersection{wxCmdLineParser::wxCmdLineParser}\label{wxcmdlineparserwxcmdlineparserdescargc}
+
 \func{}{wxCmdLineParser}{\param{int }{argc}, \param{char** }{argv}}
 
 \func{}{wxCmdLineParser}{\param{int }{argc}, \param{wchar\_t** }{argv}}
index 85907e61947c35d1d97c0a858ab14371bfe2b240..256c0f3969b27548cfc7ec8a4a22ce03bc9533df 100644 (file)
@@ -117,7 +117,6 @@ the corresponding topic.
 \helpref{wxGetDisplayName}{wxgetdisplayname}\\
 \helpref{wxGetDisplaySize}{wxdisplaysize}\\
 \helpref{wxGetDisplaySizeMM}{wxdisplaysizemm}\\
-\helpref{wxGetElapsedTime}{wxgetelapsedtime}\\
 \helpref{wxGetEmailAddress}{wxgetemailaddress}\\
 \helpref{wxGetEnv}{wxgetenv}\\
 \helpref{wxGetFileKind}{wxgetfilekind}\\
@@ -239,7 +238,6 @@ the corresponding topic.
 \helpref{wxSnprintf}{wxsnprintf}\\
 \helpref{wxSplit}{wxsplit}\\
 \helpref{wxSplitPath}{wxsplitfunction}\\
-\helpref{wxStartTimer}{wxstarttimer}\\
 \helpref{wxStaticCast}{wxstaticcast}\\
 \helpref{wxStrcmp}{wxstrcmp}\\
 \helpref{wxStricmp}{wxstricmp}\\
index 0df49efa82f41fbc8a13e5056b76574cd722bf31..b94a4805c2c159e6cba2a82e3098dec28d8a9cba 100644 (file)
@@ -7,7 +7,7 @@ a wxGLCanvas.
 
 More precisely, you first need to create a wxGLCanvas window and then create an
 instance of a \helpref{wxGLContext}{wxglcontext} that is initialized with this
-wxGLCanvas and then later use either \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrentrc
+wxGLCanvas and then later use either \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrent} 
 with the instance of the \helpref{wxGLContext}{wxglcontext} or 
 \helpref{wxGLContext::SetCurrent}{wxglcontextsetcurrent} with the instance of
 the \helpref{wxGLCanvas}{wxglcanvas} (which might be not the same as was used
@@ -28,7 +28,7 @@ the {\it attribList} parameter. The values that should be set up and their meani
 Notice that OpenGL is not enabled by default. To switch it on, you need to edit
 setup.h under Windows and set {\tt wxUSE\_GLCANVAS} to $1$ (you may also need
 to have to add {\tt opengl32.lib} and {\tt glu32.lib} to the list of libraries
-your program is linked with). On Unix, pass \verb=--with-opengl= to configure.
+your program is linked with). On Unix, pass {\tt --with-opengl} to configure.
 
 \wxheading{Derived from}
 
index 3a2db6fa039c9aab783c971b903eaded36cd1d89..7cc72610e3dfc2871e7bc4fd950ffcd19eb4f8ce 100644 (file)
@@ -52,5 +52,5 @@ with equivalent attributes as {\it win}.}
 Makes the OpenGL state that is represented by this rendering context current with the wxGLCanvas {\it win}.
 Note that {\it win} can be a different wxGLCanvas window than the one that was passed to the constructor of this rendering context.
 If { \it RC } is an object of type wxGLContext, the statements {\it RC.SetCurrent(win);} and {\it win.SetCurrent(RC);} are equivalent,
-see \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrentrc}.
+see \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrent}.
 
index 95c370082b9b5890d184408b6a9c2abeb10ea009..33349bb46ecf3d516a2e4dfa97324f66da01d181 100644 (file)
@@ -21,7 +21,7 @@ use it to measure the time elapsed by some function:
 
 \wxheading{See also}
 
-\helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}, \helpref{wxTimer}{wxtimer}
+\helpref{wxTimer}{wxtimer}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
index d52233931b91a93fc4afa06dba9e836c85a48796..dc7ba28b1868cbb6f21da4c7a8c85358adff00c0 100644 (file)
@@ -37,7 +37,7 @@ be stopped later with \helpref{Stop}{wxtimerstop}.
 
 \wxheading{See also}
 
-\helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}, \helpref{wxStopWatch}{wxstopwatch}
+\helpref{wxStopWatch}{wxstopwatch}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
index 1d05234c5f38defdf5e80469d55fb970f8ebe728..f3ce165ad3fd0c7c89c01dbd7d4c9e9fe15f7e95 100644 (file)
@@ -127,6 +127,8 @@ Deprecated for \helpref{ScrollRowPages()}{wxvarvscrollhelperscrollrowpages}.
 
 Deprecated for \helpref{ScrollToRow()}{wxvarvscrollhelperscrolltorow}.
 
+\membersection{wxVScrolledWindow::SetLineCount}\label{wxvscrolledwindowsetlinecount}
+
 \func{void}{SetLineCount}{\param{size\_t }{count}}
 
 Deprecated for \helpref{SetRowCount()}{wxvarvscrollhelpersetrowcount}.