X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e119d0498a529d438d337a8b788c5b2333a20f93..c48908df67c6504891cccd34088cad955b1357ca:/docs/latex/wx/glcanvas.tex diff --git a/docs/latex/wx/glcanvas.tex b/docs/latex/wx/glcanvas.tex index 600da61d06..714c243721 100644 --- a/docs/latex/wx/glcanvas.tex +++ b/docs/latex/wx/glcanvas.tex @@ -79,10 +79,10 @@ Constructor. \docparam{id}{Window identifier. If -1, will automatically create an identifier.} -\docparam{pos}{Window position. wxDefaultPosition is (-1, -1) which indicates that wxWindows +\docparam{pos}{Window position. wxDefaultPosition is (-1, -1) which indicates that wxWidgets should generate a default position for the window.} -\docparam{size}{Window size. wxDefaultSize is (-1, -1) which indicates that wxWindows should +\docparam{size}{Window size. wxDefaultSize is (-1, -1) which indicates that wxWidgets should generate a default size for the window. If no suitable size can be found, the window will be sized to 20x20 pixels so that the window is visible but obviously not correctly sized.} \docparam{style}{Window style.} @@ -117,7 +117,7 @@ as the target device context for OpenGL operations. \func{void}{SetColour}{\param{const char*}{ colour}} -Sets the current colour for this window, using the wxWindows colour database to find a named colour. +Sets the current colour for this window, using the wxWidgets colour database to find a named colour. \membersection{wxGLCanvas::SwapBuffers}\label{wxglcanvasswapbuffers}