X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f078d013aed3cb805dbfa2a10f2e300e35f2455a..b51b78a9c7b50053cdcf4a22d2222500a20eb8ee:/utils/wxPython/src/gtk/image.py diff --git a/utils/wxPython/src/gtk/image.py b/utils/wxPython/src/gtk/image.py index 1f0924638d..6e5bbef780 100644 --- a/utils/wxPython/src/gtk/image.py +++ b/utils/wxPython/src/gtk/image.py @@ -125,6 +125,20 @@ class wxPCXHandler(wxPCXHandlerPtr): +class wxTIFFHandlerPtr(wxImageHandlerPtr): + def __init__(self,this): + self.this = this + self.thisown = 0 + def __repr__(self): + return "" % (self.this,) +class wxTIFFHandler(wxTIFFHandlerPtr): + def __init__(self,*_args,**_kwargs): + self.this = apply(imagec.new_wxTIFFHandler,_args,_kwargs) + self.thisown = 1 + + + + class wxImagePtr : def __init__(self,this): self.this = this