wxWidgets/wxPython/contrib/glcanvas/_glcanvas_rename.i
2003-12-11 20:06:35 +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(GLCanvas) wxGLCanvas;
%rename(GLCanvasWithContext) wxGLCanvasWithContext;
#endif