Added reverse renamers for the *Ptr classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-04 01:17:02 +00:00
parent bdcf3ef53d
commit 423af76e39
15 changed files with 415 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ del sys, _wx
# Now assign all the reverse-renamed names:
wxGLContext = wx.glcanvas.GLContext
wxGLContextPtr = wx.glcanvas.GLContextPtr
WX_GL_RGBA = wx.glcanvas.WX_GL_RGBA
WX_GL_BUFFER_SIZE = wx.glcanvas.WX_GL_BUFFER_SIZE
WX_GL_LEVEL = wx.glcanvas.WX_GL_LEVEL
@@ -38,5 +39,6 @@ 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
wxGLCanvasPtr = wx.glcanvas.GLCanvasPtr