]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/glcontext.tex
Added parent window parameter to wxHelpController constructor
[wxWidgets.git] / docs / latex / wx / glcontext.tex
index 84d802113af65446b9d6a5b800bc5bd6bc2bb8f9..f2c4b1c33fcc82d91e21bb8adb6334c0c0df3704 100644 (file)
@@ -1,6 +1,6 @@
 \section{\class{wxGLContext}}\label{wxglcontext}
 
 \section{\class{wxGLContext}}\label{wxglcontext}
 
-wxGLContext is a class for sharing opengl data resources, such as display lists, with another \helpref{wxGLCanvas}{wxglcanvas}.
+wxGLContext is a class for sharing OpenGL data resources, such as display lists, with another \helpref{wxGLCanvas}{wxglcanvas}.
 
 By sharing data resources, you can prevent code duplication, save memory, and ultimately help optimize your application.
 
 
 By sharing data resources, you can prevent code duplication, save memory, and ultimately help optimize your application.
 
@@ -59,3 +59,4 @@ Sets the current colour for this context, using the wxWidgets colour database to
 \func{void}{SwapBuffers}{\void}
 
 Displays the previous OpenGL commands on the associated window.
 \func{void}{SwapBuffers}{\void}
 
 Displays the previous OpenGL commands on the associated window.
+