X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8224a808113a10b21620f817b66f1a333211b773..89fad939ec0d423961d8e93b2a0927f5b77bf256:/wxPython/src/_brush.i diff --git a/wxPython/src/_brush.i b/wxPython/src/_brush.i index 99fbe50fb9..621faac4a0 100644 --- a/wxPython/src/_brush.i +++ b/wxPython/src/_brush.i @@ -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`"); + }; //---------------------------------------------------------------------------