wxWidgets/wxPython/contrib/glcanvas/_glcanvas_rename.i
2004-06-19 18:21:36 +00:00

10 lines
287 B
OpenEdge ABL

// 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;
#endif