reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user