wxWidgets/wxPython/contrib/glcanvas/_glcanvas_rename.i
Robin Dunn 2dbef2723c reSWIGged with new runtime, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 22:40:41 +00:00

11 lines
355 B
OpenEdge ABL

// A bunch of %rename directives generated by ./distrib/build_renamers.py
// in order to remove the wx prefix from all global scope names.
#ifndef BUILDING_RENAMERS
%rename(GLContext) wxGLContext;
%rename(GLCanvasWithContext) wxGLCanvasWithContext;
%rename(GLCanvas) wxGLCanvas;
#endif