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:
Vadim Zeitlin
2007-05-18 16:17:22 +00:00
parent e2985da831
commit 659f4d7615
7 changed files with 11 additions and 9 deletions

View 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}