X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/59988cd01058e38ea408b0751fdf8bf9cab09f38..b9ac87bc5cbe46227195e32c44e25831f8206e3c:/wxPython/src/mac/image.py diff --git a/wxPython/src/mac/image.py b/wxPython/src/mac/image.py index 844a22e954..51a559ae51 100644 --- a/wxPython/src/mac/image.py +++ b/wxPython/src/mac/image.py @@ -265,6 +265,9 @@ class wxImagePtr(wxObjectPtr): def Paste(self, *_args, **_kwargs): val = apply(imagec.wxImage_Paste,(self,) + _args, _kwargs) return val + def GetDataBuffer(self, *_args, **_kwargs): + val = apply(imagec.wxImage_GetDataBuffer,(self,) + _args, _kwargs) + return val def GetData(self, *_args, **_kwargs): val = apply(imagec.wxImage_GetData,(self,) + _args, _kwargs) return val