LaTeX syntax and links corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,8 +168,8 @@ or, if you use the default constructor, you can do it later by calling
|
|||||||
\helpref{SetCmdLine}{wxcmdlineparsersetcmdline}.
|
\helpref{SetCmdLine}{wxcmdlineparsersetcmdline}.
|
||||||
|
|
||||||
The same holds for command line description: it can be specified either in
|
The same holds for command line description: it can be specified either in
|
||||||
the constructor (\helpref{without command line}{wxcmdlineparserwxcmdlineparserdesc} or
|
the constructor (\helpref{without\ command\ line}{wxcmdlineparserwxcmdlineparser} or
|
||||||
\helpref{together with it}{wxcmdlineparserwxcmdlineparserdescargc}) or
|
\helpref{together\ with\ it}{wxcmdlineparserwxcmdlineparserdescargc}) or
|
||||||
constructed later using either \helpref{SetDesc}{wxcmdlineparsersetdesc} or
|
constructed later using either \helpref{SetDesc}{wxcmdlineparsersetdesc} or
|
||||||
combination of \helpref{AddSwitch}{wxcmdlineparseraddswitch},
|
combination of \helpref{AddSwitch}{wxcmdlineparseraddswitch},
|
||||||
\helpref{AddOption}{wxcmdlineparseraddoption} and
|
\helpref{AddOption}{wxcmdlineparseraddoption} and
|
||||||
@@ -247,6 +247,8 @@ command line or false if they were not specified.
|
|||||||
Default constructor. You must use
|
Default constructor. You must use
|
||||||
\helpref{SetCmdLine}{wxcmdlineparsersetcmdline} later.
|
\helpref{SetCmdLine}{wxcmdlineparsersetcmdline} later.
|
||||||
|
|
||||||
|
\membersection{wxCmdLineParser::wxCmdLineParser}\label{wxcmdlineparserwxcmdlineparserdescargc}
|
||||||
|
|
||||||
\func{}{wxCmdLineParser}{\param{int }{argc}, \param{char** }{argv}}
|
\func{}{wxCmdLineParser}{\param{int }{argc}, \param{char** }{argv}}
|
||||||
|
|
||||||
\func{}{wxCmdLineParser}{\param{int }{argc}, \param{wchar\_t** }{argv}}
|
\func{}{wxCmdLineParser}{\param{int }{argc}, \param{wchar\_t** }{argv}}
|
||||||
|
@@ -117,7 +117,6 @@ the corresponding topic.
|
|||||||
\helpref{wxGetDisplayName}{wxgetdisplayname}\\
|
\helpref{wxGetDisplayName}{wxgetdisplayname}\\
|
||||||
\helpref{wxGetDisplaySize}{wxdisplaysize}\\
|
\helpref{wxGetDisplaySize}{wxdisplaysize}\\
|
||||||
\helpref{wxGetDisplaySizeMM}{wxdisplaysizemm}\\
|
\helpref{wxGetDisplaySizeMM}{wxdisplaysizemm}\\
|
||||||
\helpref{wxGetElapsedTime}{wxgetelapsedtime}\\
|
|
||||||
\helpref{wxGetEmailAddress}{wxgetemailaddress}\\
|
\helpref{wxGetEmailAddress}{wxgetemailaddress}\\
|
||||||
\helpref{wxGetEnv}{wxgetenv}\\
|
\helpref{wxGetEnv}{wxgetenv}\\
|
||||||
\helpref{wxGetFileKind}{wxgetfilekind}\\
|
\helpref{wxGetFileKind}{wxgetfilekind}\\
|
||||||
@@ -239,7 +238,6 @@ the corresponding topic.
|
|||||||
\helpref{wxSnprintf}{wxsnprintf}\\
|
\helpref{wxSnprintf}{wxsnprintf}\\
|
||||||
\helpref{wxSplit}{wxsplit}\\
|
\helpref{wxSplit}{wxsplit}\\
|
||||||
\helpref{wxSplitPath}{wxsplitfunction}\\
|
\helpref{wxSplitPath}{wxsplitfunction}\\
|
||||||
\helpref{wxStartTimer}{wxstarttimer}\\
|
|
||||||
\helpref{wxStaticCast}{wxstaticcast}\\
|
\helpref{wxStaticCast}{wxstaticcast}\\
|
||||||
\helpref{wxStrcmp}{wxstrcmp}\\
|
\helpref{wxStrcmp}{wxstrcmp}\\
|
||||||
\helpref{wxStricmp}{wxstricmp}\\
|
\helpref{wxStricmp}{wxstricmp}\\
|
||||||
|
@@ -7,7 +7,7 @@ a wxGLCanvas.
|
|||||||
|
|
||||||
More precisely, you first need to create a wxGLCanvas window and then create an
|
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
|
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
|
with the instance of the \helpref{wxGLContext}{wxglcontext} or
|
||||||
\helpref{wxGLContext::SetCurrent}{wxglcontextsetcurrent} with the instance of
|
\helpref{wxGLContext::SetCurrent}{wxglcontextsetcurrent} with the instance of
|
||||||
the \helpref{wxGLCanvas}{wxglcanvas} (which might be not the same as was used
|
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
|
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
|
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
|
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}
|
\wxheading{Derived from}
|
||||||
|
|
||||||
|
@@ -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}.
|
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.
|
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,
|
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}.
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ use it to measure the time elapsed by some function:
|
|||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}, \helpref{wxTimer}{wxtimer}
|
\helpref{wxTimer}{wxtimer}
|
||||||
|
|
||||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@ be stopped later with \helpref{Stop}{wxtimerstop}.
|
|||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}, \helpref{wxStopWatch}{wxstopwatch}
|
\helpref{wxStopWatch}{wxstopwatch}
|
||||||
|
|
||||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||||
|
|
||||||
|
@@ -127,6 +127,8 @@ Deprecated for \helpref{ScrollRowPages()}{wxvarvscrollhelperscrollrowpages}.
|
|||||||
|
|
||||||
Deprecated for \helpref{ScrollToRow()}{wxvarvscrollhelperscrolltorow}.
|
Deprecated for \helpref{ScrollToRow()}{wxvarvscrollhelperscrolltorow}.
|
||||||
|
|
||||||
|
\membersection{wxVScrolledWindow::SetLineCount}\label{wxvscrolledwindowsetlinecount}
|
||||||
|
|
||||||
\func{void}{SetLineCount}{\param{size\_t }{count}}
|
\func{void}{SetLineCount}{\param{size\_t }{count}}
|
||||||
|
|
||||||
Deprecated for \helpref{SetRowCount()}{wxvarvscrollhelpersetrowcount}.
|
Deprecated for \helpref{SetRowCount()}{wxvarvscrollhelpersetrowcount}.
|
||||||
|
Reference in New Issue
Block a user