Changes to how overridable C++ methods are virtualized for Python.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -418,14 +418,6 @@ Pierre Hj
|
||||
less likely to get rusty because nobody cares about the C++ lib any
|
||||
more.
|
||||
|
||||
<p>The Python version should be mostly drop-in compatible with the
|
||||
wrapped C++ version, except for the location of the package
|
||||
(wx.lib.ogl instead of wx.ogl) and that the base class methods are
|
||||
called the normal Python way (superclass.Method(self, ...)) instead of the
|
||||
hacky way that had to be done to support overloaded methods with the
|
||||
old SWIG (self.base_Method(...))
|
||||
|
||||
|
||||
"""
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user