X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d07d2bc9d05408c58b76c53a0a291915b88e5064..f78e4942ec0f3f6abd2992502e2d6c5c2e8e55f6:/wxPython/src/_brush.i?ds=inline diff --git a/wxPython/src/_brush.i b/wxPython/src/_brush.i index 3545f9b975..6f39b239ef 100644 --- a/wxPython/src/_brush.i +++ b/wxPython/src/_brush.i @@ -33,6 +33,8 @@ a `wx.DC`. It has a colour and a style.", " :see: `wx.BrushList`, `wx.DC`, `wx.DC.SetBrush` "); +MustHaveApp(wxBrush); + class wxBrush : public wxGDIObject { public: DocCtorStr( @@ -87,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(),