]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_brush.i
Some tweaks to reflect changes in wxWidgets
[wxWidgets.git] / wxPython / src / _brush.i
index 6f39b239ef9fb01daccfe72037ab4d6dd1b165c6..99fbe50fb9fdfecd66447fa72a4013de7d3775d4 100644 (file)
@@ -56,8 +56,14 @@ public:
     wx.VERTICAL_HATCH     Vertical hatch.
     ===================   =============================
 
     wx.VERTICAL_HATCH     Vertical hatch.
     ===================   =============================
 
+:see: `wx.BrushFromBitmap`
 ");
 
 ");
 
+    DocCtorStrName(
+        wxBrush(const wxBitmap& stippleBitmap),
+        "Constructs a stippled brush using a bitmap.", "",
+        BrushFromBitmap);
+
     ~wxBrush();
 
 
     ~wxBrush();