Some wxOGL tweaks to match what has been done in the C++ classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-02 20:37:37 +00:00
parent cc6eca3509
commit e7726f5e5a
4 changed files with 60 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#ifndef BUILDING_RENAMERS
%rename(ShapeRegion) wxShapeRegion;
%rename(AttachmentPoint) wxAttachmentPoint;
%rename(PyShapeEvtHandler) wxPyShapeEvtHandler;
%rename(PyShape) wxPyShape;
%rename(PseudoMetaFile) wxPseudoMetaFile;