projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git]
/
wxPython
/
src
/
gtk
/
_gdi.py
diff --git
a/wxPython/src/gtk/_gdi.py
b/wxPython/src/gtk/_gdi.py
index 76d9f151ea50f034cf6d7050799214251522df8b..8feee0ed81c1a4e4917d06cdfb2013156c50fd4b 100644
(file)
--- a/
wxPython/src/gtk/_gdi.py
+++ b/
wxPython/src/gtk/_gdi.py
@@
-4744,6
+4744,14
@@
class BufferedDC(MemoryDC):
"""
return _gdi_.BufferedDC_UnMask(*args, **kwargs)
"""
return _gdi_.BufferedDC_UnMask(*args, **kwargs)
+ def SetStyle(*args, **kwargs):
+ """SetStyle(self, int style)"""
+ return _gdi_.BufferedDC_SetStyle(*args, **kwargs)
+
+ def GetStyle(*args, **kwargs):
+ """GetStyle(self) -> int"""
+ return _gdi_.BufferedDC_GetStyle(*args, **kwargs)
+
_gdi_.BufferedDC_swigregister(BufferedDC)
class BufferedPaintDC(BufferedDC):
_gdi_.BufferedDC_swigregister(BufferedDC)
class BufferedPaintDC(BufferedDC):