X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b5a79cf542413329210bda962798a269c2091dd..bda4b4c6849c375679b39a55e257dedf39a8ba90:/wxPython/src/_obj.i?ds=sidebyside diff --git a/wxPython/src/_obj.i b/wxPython/src/_obj.i index 56672a69b7..1555a2c511 100644 --- a/wxPython/src/_obj.i +++ b/wxPython/src/_obj.i @@ -38,6 +38,13 @@ public: } } + DocDeclStr( + bool , IsSameAs(const wxObject& p) const, + "For wx.Objects that use C++ reference counting internally, this method +can be used to determine if two objects are referencing the same data +object.", ""); + + %property(ClassName, GetClassName, doc="See `GetClassName`"); };