]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dc.i
Added default values for some parameters
[wxWidgets.git] / wxPython / src / _dc.i
index 57502ae6952b781c77769d0d969e6fd27568803a..8d906f3d483e4e55687c9cba52b84d85fce1d886 100644 (file)
@@ -818,7 +818,7 @@ mode, but mapping mode is currently ignored for PostScript output.
         "Sets the x and y axis orientation (i.e., the direction from lowest to
 highest values on the axis). The default orientation is the natural
 orientation, e.g. x axis from left to right and y axis from bottom up.", "");
-    
+
 
     DocDeclStr(
         int , GetLogicalFunction() const,
@@ -861,6 +861,15 @@ colour.
 ", "");
     
 
+    DocDeclStr(
+        void , ComputeScaleAndOrigin(),
+        "Performs all necessary computations for given platform and context
+type after each change of scale and origin parameters. Usually called
+automatically internally after such changes.
+", "");
+    
+
+    
 //     DocDeclStr(
 //         virtual void , SetOptimization(bool optimize),
 //         "If *optimize* is true this function sets optimization mode on. This