]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gdicmn.i
Premultiply the alpha on wxMSW in the BitmapFromBuffer* functions so
[wxWidgets.git] / wxPython / src / _gdicmn.i
index ba3aaa69705a4c1f1e0201506c25acdf85e93906..20c67d6bf7fc6aab4e1436444ba9dcb0a41251f2 100644 (file)
@@ -648,6 +648,12 @@ bottom, otherwise it is moved to the left or top respectively.", "",
     %Rename(InsideXY, bool, Inside(int x, int y) const);
     bool Inside(const wxPoint& pt) const;
 
+    DocDeclStrName(
+        bool, Inside(const wxRect& rect) const,
+        "Returns ``True`` if the given rectangle is completely inside this
+rectangle or touches its boundary.", "",
+        InsideRect);
+    
     DocDeclStr(    
         bool, Intersects(const wxRect& rect) const,
         "Returns True if the rectangles have a non empty intersection.", "");