summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxGLCanvas.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/doc/src/wxGLCanvas.xml')
-rw-r--r--lib/wx/doc/src/wxGLCanvas.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/wx/doc/src/wxGLCanvas.xml b/lib/wx/doc/src/wxGLCanvas.xml
index 2ccfb6e137..00c10cd1f1 100644
--- a/lib/wx/doc/src/wxGLCanvas.xml
+++ b/lib/wx/doc/src/wxGLCanvas.xml
@@ -7,7 +7,7 @@
<erlref>
<header>
<copyright>
- <year>2020</year><year>2021</year>
+ <year>2020</year><year>2023</year>
<holder>wxWidgets team.</holder></copyright>
<legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
</legalnotice>
@@ -57,6 +57,21 @@
</func>
<func>
+ <name name="createSurface" arity="1" clause_i="1" since=""/>
+ <fsummary/>
+ <desc/>
+ </func>
+
+ <func>
+ <name name="isDisplaySupported" arity="1" clause_i="1" since=""/>
+ <fsummary>Determines if a canvas having the specified attributes is available. </fsummary>
+ <desc><p>Determines if a canvas having the specified attributes is available.
+ </p><p>This only applies for visual attributes, not rendering context attributes. Please, use the new form of this method, using <c>wxGLAttributes</c> (not implemented in wx).
+ </p><p>Return: true if attributes are supported.
+ </p></desc>
+ </func>
+
+ <func>
<name name="swapBuffers" arity="1" clause_i="1" since=""/>
<fsummary>Swaps the double-buffer of this window, making the back-buffer the front-buffer and vice versa, so that the output of the previous OpenGL commands is displayed on the window. </fsummary>
<desc><p>Swaps the double-buffer of this window, making the back-buffer the front-buffer and vice versa, so that the output of the previous OpenGL commands is displayed on the window.