]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_brush.i
Oops
[wxWidgets.git] / wxPython / src / _brush.i
index ac34681356dcf5d005dbc93cb0d44014872c2200..6f39b239ef9fb01daccfe72037ab4d6dd1b165c6 100644 (file)
@@ -89,6 +89,11 @@ styles.", "");
 have a wx.STIPPLE style, then the return value may be non-None but an
 uninitialised bitmap (`wx.Bitmap.Ok` returns False).", "");
 
+    
+    DocDeclStr(
+        bool , IsHatch() const,
+        "Is the current style a hatch type?", "");
+    
 
     DocDeclStr(
         bool , Ok(),