projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxRect::union and docstring fixes
[wxWidgets.git]
/
wxPython
/
src
/
mac
/
_gdi.py
diff --git
a/wxPython/src/mac/_gdi.py
b/wxPython/src/mac/_gdi.py
index 33763328f9b2a6126abbcf9e871232dfdcabae04..2fc41643744ad77a16269aa4cac91c42ad72daf5 100644
(file)
--- 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)
"""
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
def Ok(*args, **kwargs):
"""
Ok(self) -> bool