From 659f4d7615abfb6ee35e73d1d4f765a5ee39fad3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 May 2007 16:17:22 +0000 Subject: [PATCH] LaTeX syntax and links corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/cmdlpars.tex | 6 ++++-- docs/latex/wx/function.tex | 2 -- docs/latex/wx/glcanvas.tex | 4 ++-- docs/latex/wx/glcontext.tex | 2 +- docs/latex/wx/stopwtch.tex | 2 +- docs/latex/wx/timer.tex | 2 +- docs/latex/wx/vscrolledwindow.tex | 2 ++ 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/latex/wx/cmdlpars.tex b/docs/latex/wx/cmdlpars.tex index fcdbc0d457..d9c3255d4d 100644 --- a/docs/latex/wx/cmdlpars.tex +++ b/docs/latex/wx/cmdlpars.tex @@ -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}} diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 85907e6194..256c0f3969 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -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}\\ diff --git a/docs/latex/wx/glcanvas.tex b/docs/latex/wx/glcanvas.tex index 0df49efa82..b94a4805c2 100644 --- a/docs/latex/wx/glcanvas.tex +++ b/docs/latex/wx/glcanvas.tex @@ -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} diff --git a/docs/latex/wx/glcontext.tex b/docs/latex/wx/glcontext.tex index 3a2db6fa03..7cc72610e3 100644 --- a/docs/latex/wx/glcontext.tex +++ b/docs/latex/wx/glcontext.tex @@ -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}. diff --git a/docs/latex/wx/stopwtch.tex b/docs/latex/wx/stopwtch.tex index 95c370082b..33349bb46e 100644 --- a/docs/latex/wx/stopwtch.tex +++ b/docs/latex/wx/stopwtch.tex @@ -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}}} diff --git a/docs/latex/wx/timer.tex b/docs/latex/wx/timer.tex index d52233931b..dc7ba28b18 100644 --- a/docs/latex/wx/timer.tex +++ b/docs/latex/wx/timer.tex @@ -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}}} diff --git a/docs/latex/wx/vscrolledwindow.tex b/docs/latex/wx/vscrolledwindow.tex index 1d05234c5f..f3ce165ad3 100644 --- a/docs/latex/wx/vscrolledwindow.tex +++ b/docs/latex/wx/vscrolledwindow.tex @@ -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}. -- 2.45.2