]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gdicmn.i
reSWIGged
[wxWidgets.git] / wxPython / src / _gdicmn.i
index c62c8c7c10ebbea8999948900f9bfa3cef37f31f..37fd6107d0be867ad0c00ebdaf9768288be95c00 100644 (file)
@@ -427,7 +427,12 @@ public:
         wxRect(const wxPoint& pos, const wxSize& size),
         "Create a new Rect from a position and size.", "",
          RectPS);
-    
+
+    DocCtorStrName(
+        wxRect(const wxSize& size),
+        "Create a new Rect from a size only.", "",
+         RectS);
+
     ~wxRect();
 
     int GetX() const;