]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_brush.i
don't inject constructors
[wxWidgets.git] / wxPython / src / _brush.i
index 99fbe50fb9fdfecd66447fa72a4013de7d3775d4..621faac4a0d4c6231cf2d6437e1b98c2d1afe811 100644 (file)
@@ -112,6 +112,11 @@ uninitialised bitmap (`wx.Bitmap.Ok` returns False).", "");
 #endif
 
     %pythoncode { def __nonzero__(self): return self.Ok() }
+
+    %property(Colour, GetColour, SetColour, doc="See `GetColour` and `SetColour`");
+    %property(Stipple, GetStipple, SetStipple, doc="See `GetStipple` and `SetStipple`");
+    %property(Style, GetStyle, SetStyle, doc="See `GetStyle` and `SetStyle`");
+
 };
 
 //---------------------------------------------------------------------------