]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/_glcanvas_rename.i
wxStdButtonSizer Finalise --> Realize
[wxWidgets.git] / wxPython / contrib / glcanvas / _glcanvas_rename.i
index a7bf32000b67c3e54a3a272c0bdec4b31335048b..94d255d2e740d16d6309634985a1703ae1931600 100644 (file)
@@ -1,10 +1,9 @@
-// A bunch of %rename directives generated by ./distrib/build_renamers.py
+// A bunch of %rename directives generated by BuildRenamers in config.py
 // in order to remove the wx prefix from all global scope names.
 
 #ifndef BUILDING_RENAMERS
 
 %rename(GLContext)                          wxGLContext;
 %rename(GLCanvas)                           wxGLCanvas;
-%rename(GLCanvasWithContext)                wxGLCanvasWithContext;
 
 #endif