X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fb0e70a5ddefb9cb909f2bb013cacf0c7b94c25..767e3be0fa755e435a070d145fa623e36762d7a8:/wxPython/src/mac/_gdi.py diff --git a/wxPython/src/mac/_gdi.py b/wxPython/src/mac/_gdi.py index 33763328f9..2fc4164374 100644 --- a/wxPython/src/mac/_gdi.py +++ b/wxPython/src/mac/_gdi.py @@ -435,6 +435,14 @@ class Brush(GDIObject): """ return _gdi_.Brush_GetStipple(*args, **kwargs) + def IsHatch(*args, **kwargs): + """ + IsHatch(self) -> bool + + Is the current style a hatch type? + """ + return _gdi_.Brush_IsHatch(*args, **kwargs) + def Ok(*args, **kwargs): """ Ok(self) -> bool