]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/glcanvas.py
0.1.8-3
[wxWidgets.git] / wxPython / wxPython / glcanvas.py
index 0b59e714b8354dfef72cc1def0b56bba54db573b..be3f52a5899a6e7fc725656736333b884991fe94 100644 (file)
@@ -1,7 +1,7 @@
 ## This file reverse renames symbols in the wx package to give
 ## them their wx prefix again, for backwards compatibility.
 ##
 ## This file reverse renames symbols in the wx package to give
 ## them their wx prefix again, for backwards compatibility.
 ##
-## Generated by ./distrib/build_renamers.py
+## Generated by BuildRenamers in config.py
 
 # This silly stuff here is so the wxPython.wx module doesn't conflict
 # with the wx package.  We need to import modules from the wx package
 
 # This silly stuff here is so the wxPython.wx module doesn't conflict
 # with the wx package.  We need to import modules from the wx package
@@ -19,6 +19,7 @@ del sys, _wx
 
 
 # Now assign all the reverse-renamed names:
 
 
 # Now assign all the reverse-renamed names:
+wxGLCanvasNameStr = wx.glcanvas.GLCanvasNameStr
 wxGLContext = wx.glcanvas.GLContext
 WX_GL_RGBA = wx.glcanvas.WX_GL_RGBA
 WX_GL_BUFFER_SIZE = wx.glcanvas.WX_GL_BUFFER_SIZE
 wxGLContext = wx.glcanvas.GLContext
 WX_GL_RGBA = wx.glcanvas.WX_GL_RGBA
 WX_GL_BUFFER_SIZE = wx.glcanvas.WX_GL_BUFFER_SIZE
@@ -36,7 +37,7 @@ WX_GL_MIN_ACCUM_RED = wx.glcanvas.WX_GL_MIN_ACCUM_RED
 WX_GL_MIN_ACCUM_GREEN = wx.glcanvas.WX_GL_MIN_ACCUM_GREEN
 WX_GL_MIN_ACCUM_BLUE = wx.glcanvas.WX_GL_MIN_ACCUM_BLUE
 WX_GL_MIN_ACCUM_ALPHA = wx.glcanvas.WX_GL_MIN_ACCUM_ALPHA
 WX_GL_MIN_ACCUM_GREEN = wx.glcanvas.WX_GL_MIN_ACCUM_GREEN
 WX_GL_MIN_ACCUM_BLUE = wx.glcanvas.WX_GL_MIN_ACCUM_BLUE
 WX_GL_MIN_ACCUM_ALPHA = wx.glcanvas.WX_GL_MIN_ACCUM_ALPHA
-wxGLCanvasWithContext = wx.glcanvas.GLCanvasWithContext
 wxGLCanvas = wx.glcanvas.GLCanvas
 wxGLCanvas = wx.glcanvas.GLCanvas
+wxGLCanvasWithContext = wx.glcanvas.GLCanvasWithContext