X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/659f4d7615abfb6ee35e73d1d4f765a5ee39fad3..804eeca5d59fc4d3822b719dee61a9d491e6bcfc:/docs/latex/wx/glcanvas.tex?ds=sidebyside diff --git a/docs/latex/wx/glcanvas.tex b/docs/latex/wx/glcanvas.tex index b94a4805c2..c6e293d7de 100644 --- a/docs/latex/wx/glcanvas.tex +++ b/docs/latex/wx/glcanvas.tex @@ -40,6 +40,10 @@ your program is linked with). On Unix, pass {\tt --with-opengl} to configure. +\wxheading{Library} + +\helpref{wxGl}{librarieslist} + \wxheading{Window styles} There are no specific window styles for this class. @@ -58,7 +62,7 @@ alpha channel, and accum buffer. Other implementations may support them. \twocolitem{\windowstyle{WX\_GL\_LEVEL}}{0 for main buffer, >0 for overlay, <0 for underlay} \twocolitem{\windowstyle{WX\_GL\_DOUBLEBUFFER}}{Use doublebuffer} \twocolitem{\windowstyle{WX\_GL\_STEREO}}{Use stereoscopic display} -\twocolitem{\windowstyle{WX\_GL\_AUX\_BUFFERS}}{Number of auxiliary buffers (not all implementation support this option)} +\twocolitem{\windowstyle{WX\_GL\_AUX\_BUFFERS}}{Number of auxiliary buffers (not all implementations support this option)} \twocolitem{\windowstyle{WX\_GL\_MIN\_RED}}{Use red buffer with most bits (> MIN\_RED bits)} \twocolitem{\windowstyle{WX\_GL\_MIN\_GREEN}}{Use green buffer with most bits (> MIN\_GREEN bits) } \twocolitem{\windowstyle{WX\_GL\_MIN\_BLUE}}{Use blue buffer with most bits (> MIN\_BLUE bits) } @@ -138,7 +142,7 @@ isn't yet shown at this moment. \membersection{wxGLCanvas::SetColour}\label{wxglcanvassetcolour} -\func{void}{SetColour}{\param{const char*}{ colour}} +\func{void}{SetColour}{\param{const wxString\&}{ colour}} Sets the current colour for this window (using \texttt{glcolor3f()}), using the wxWidgets colour database to find a named colour.