mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
In the implementation of wx.CustomData.SetData, we need to check the sipSelfWasArg variable to determine whether to call the parent class implementation of SetData. To do this, we switched to using addCppMethod_sip which allows us to access the sipSelfWasArg variable. The sip generator stuff for CppMethod_sip needed some additions to match the behavior of CppMethod.