X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fb0e70a5ddefb9cb909f2bb013cacf0c7b94c25..767e3be0fa755e435a070d145fa623e36762d7a8:/wxPython/src/gtk/_gdi.py diff --git a/wxPython/src/gtk/_gdi.py b/wxPython/src/gtk/_gdi.py index b4455dbbd3..0673556338 100644 --- a/wxPython/src/gtk/_gdi.py +++ b/wxPython/src/gtk/_gdi.py @@ -439,6 +439,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