]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
1 | // A bunch of %rename directives generated by ./distrib/build_renamers.py |
2 | // in order to remove the wx prefix from all global scope names. | |
3 | ||
4 | #ifndef SWIGXML | |
5 | ||
6 | %rename(GLContext) wxGLContext; | |
7 | %rename(GLCanvasWithContext) wxGLCanvasWithContext; | |
8 | %rename(GLCanvas) wxGLCanvas; | |
9 | ||
10 | #endif |