]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/gtk/glcanvas.py
Send the calendar and date changed events to the datepicker ctrl first
[wxWidgets.git] / wxPython / contrib / glcanvas / gtk / glcanvas.py
index 1e9777dbdce151e42d44c006bb17f9e5a62670ed..ffc103f25e810bf49419587933008e62e1499d39 100644 (file)
@@ -132,6 +132,10 @@ class GLCanvas(_core.Window):
         """
         return _glcanvas.GLCanvas_SetCurrent(*args)
 
+    def InitVisual(*args, **kwargs):
+        """InitVisual(self, int attribList) -> bool"""
+        return _glcanvas.GLCanvas_InitVisual(*args, **kwargs)
+
     Context = property(GetContext,doc="See `GetContext`") 
 _glcanvas.GLCanvas_swigregister(GLCanvas)