X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d55e5bfc69a44b707b15fd27050d8bf634ef92c7..3004cfd8ca4047b881a058360b32e66a5a9e10c6:/wxPython/contrib/glcanvas/mac/glcanvas.py diff --git a/wxPython/contrib/glcanvas/mac/glcanvas.py b/wxPython/contrib/glcanvas/mac/glcanvas.py index 7732697ec6..1f92642625 100644 --- a/wxPython/contrib/glcanvas/mac/glcanvas.py +++ b/wxPython/contrib/glcanvas/mac/glcanvas.py @@ -1,11 +1,15 @@ # This file was created automatically by SWIG. # Don't modify this file, modify the SWIG interface instead. +""" +`GLCanvas` provides an OpenGL Context on a `wx.Window`. +""" + import _glcanvas import _core wx = _core -__docfilter__ = wx.__docfilter__ +__docfilter__ = wx.__DocFilter(globals()) class GLContext(_core.Object): def __repr__(self): return "<%s.%s; proxy of C++ wxGLContext instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)