]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/gtk/glcanvas.py
IsExposed() needs to reverse the direction in RTL.
[wxWidgets.git] / wxPython / contrib / glcanvas / gtk / glcanvas.py
index add8bf8b29fdc44221e122c1acafa216ac785b78..38f48cc8c25a3466d8594a9634903b3ae1af7a0f 100644 (file)
@@ -120,6 +120,7 @@ class GLCanvas(_core.Window):
         """GetContext(self) -> GLContext"""
         return _glcanvas.GLCanvas_GetContext(*args, **kwargs)
 
+    Context = property(GetContext,doc="See `GetContext`") 
 _glcanvas.GLCanvas_swigregister(GLCanvas)
 
 def GLCanvasWithContext(*args, **kwargs):