X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5472694a7d91e62402da193a0ddbf0a13dac25a3..bda4b4c6849c375679b39a55e257dedf39a8ba90:/wxPython/src/_cshelp.i diff --git a/wxPython/src/_cshelp.i b/wxPython/src/_cshelp.i index 9db181dfde..91b1d230e2 100644 --- a/wxPython/src/_cshelp.i +++ b/wxPython/src/_cshelp.i @@ -119,6 +119,10 @@ appropriately.", ""); void , SetOrigin(Origin origin), "", ""); + %property(Link, GetLink, SetLink, doc="See `GetLink` and `SetLink`"); + %property(Origin, GetOrigin, SetOrigin, doc="See `GetOrigin` and `SetOrigin`"); + %property(Position, GetPosition, SetPosition, doc="See `GetPosition` and `SetPosition`"); + %property(Target, GetTarget, SetTarget, doc="See `GetTarget` and `SetTarget`"); }; //--------------------------------------------------------------------------- @@ -281,7 +285,7 @@ table of help strings will fill up and when window pointers are reused, the wrong help string will be found.", ""); - %pythonAppend Destroy "args[0].thisown = 0" + %pythonPrepend Destroy "args[0].this.own(False)" %extend { void Destroy() { delete self; } } };