reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -516,6 +516,16 @@ class BrushPtr(Brush):
|
||||
self.__class__ = Brush
|
||||
_gdi_.Brush_swigregister(BrushPtr)
|
||||
|
||||
def BrushFromBitmap(*args, **kwargs):
|
||||
"""
|
||||
BrushFromBitmap(Bitmap stippleBitmap) -> Brush
|
||||
|
||||
Constructs a stippled brush using a bitmap.
|
||||
"""
|
||||
val = _gdi_.new_BrushFromBitmap(*args, **kwargs)
|
||||
val.thisown = 1
|
||||
return val
|
||||
|
||||
class Bitmap(GDIObject):
|
||||
"""
|
||||
The wx.Bitmap class encapsulates the concept of a platform-dependent
|
||||
|
Reference in New Issue
Block a user