]> git.saurik.com Git - wxWidgets.git/commitdiff
simple GetContext() and one other minor doc
authorRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 03:35:07 +0000 (03:35 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 03:35:07 +0000 (03:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/glcanvas.tex

index 714c243721ae6d9519aa8fde7cb2780ca9b1ee17..a2f1abad3dfe95e3a3daedc14149ce3cfa55a7f3 100644 (file)
@@ -77,6 +77,8 @@ Constructor.
 
 \docparam{parent}{Pointer to a parent window.}
 
+\docparam{sharedcontext}{Context to share object resources with.}
+
 \docparam{id}{Window identifier. If -1, will automatically create an identifier.}
 
 \docparam{pos}{Window position. wxDefaultPosition is (-1, -1) which indicates that wxWidgets
@@ -104,6 +106,12 @@ and so on.
 \docparam{palette}{If the window has the palette, it should by pass this value.
 Note: palette and WX\_GL\_RGBA are mutually exclusive.}
 
+\membersection{wxGLCanvas::GetContext}\label{wxglcanvasgetcontext}
+
+\func{wxGLContext*}{GetContext}{\void}
+
+Obtains the context that is associated with this canvas.
+
 \membersection{wxGLCanvas::SetCurrent}\label{wxglcanvassetcurrent}
 
 \func{void}{SetCurrent}{\void}