X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf5ff0c308f38727c0c791ca11cd7697112f4566..728f972bcef8d6b01f5f67cb77060d23098d8877:/wxPython/contrib/ogl/_ogl_rename.i diff --git a/wxPython/contrib/ogl/_ogl_rename.i b/wxPython/contrib/ogl/_ogl_rename.i index c02b9f190e..386588c07f 100644 --- a/wxPython/contrib/ogl/_ogl_rename.i +++ b/wxPython/contrib/ogl/_ogl_rename.i @@ -1,9 +1,10 @@ -// 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(ShapeRegion) wxShapeRegion; +%rename(AttachmentPoint) wxAttachmentPoint; %rename(PyShapeEvtHandler) wxPyShapeEvtHandler; %rename(PyShape) wxPyShape; %rename(PseudoMetaFile) wxPseudoMetaFile;