]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gdicmn.i
pi --> math.pi
[wxWidgets.git] / wxPython / src / _gdicmn.i
index 860d306be4f420bd90c043ce48a8aabe8b9a53b0..399b5749f108f18b3d732f13d7f324f572e1ec9b 100644 (file)
@@ -576,6 +576,8 @@ bottom, otherwise it is moved to the left or top respectively.", "",
 };
 
 
+MustHaveApp(wxIntersectRect);
+
 DocAStr(wxIntersectRect,
        "IntersectRect(Rect r1, Rect r2) -> Rect",
        "Calculate and return the intersection of r1 and r2.", "");