]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_obj.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _obj.i
index cb77d13273005a67c958361d5636cd950df96894..56672a69b71eafe7d1e53f6a148e2a68ea189a83 100644 (file)
@@ -30,13 +30,15 @@ public:
             return self->GetClassInfo()->GetClassName();
         }
 
-        %pythonAppend Destroy "args[0].thisown = 0"
+        %pythonPrepend Destroy "args[0].this.own(False)"
         DocStr(Destroy,
                "Deletes the C++ object this Python object is a proxy for.", "");
         void Destroy() {
             delete self;
         }
     }
+
+    %property(ClassName, GetClassName, doc="See `GetClassName`");
 };