git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-02 05:28:38 +00:00
parent 774b43a55f
commit 2e26f3809c

View File

@@ -61,7 +61,7 @@ def run():
# don't support. The [G|S]etClientObject methods use wxClientData instaces
# which we have a MappedType for, so make the ClientData methods just be
# aliases for ClientObjects. From the Python programmer's perspective they
# woiuld be virtually the same anyway.
# would be virtually the same anyway.
c.find('GetClientData').ignore()
c.find('SetClientData').ignore()
c.addPyCode("""\