]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cshelp.i
Add GetWindowBorderSize
[wxWidgets.git] / wxPython / src / _cshelp.i
index 9db181dfde7e942e42efae5da7e4dc7b994be437..91b1d230e25cec2b3a3ced8ff1f274be0bd8ed68 100644 (file)
@@ -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; } }
 };