]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gdicmn.i
reSWIGged
[wxWidgets.git] / wxPython / src / _gdicmn.i
index 6e7e24241f02573de716d546e47a6d297c5e6691..ba3aaa69705a4c1f1e0201506c25acdf85e93906 100644 (file)
@@ -176,6 +176,11 @@ than the corresponding dimensions of the size.", "");
         "Decrements this object so that both of its dimensions are not greater
 than the corresponding dimensions of the size.", "");
 
+    
+    DocDeclStr(
+        void , Scale(float xscale, float yscale),
+        "Scales the dimensions of this object by the given factors.", "");
+
     DocDeclStr(
         void, Set(int w, int h),
         "Set both width and height.", "");