]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/image.py
corrections to dynamic loading for Darwin
[wxWidgets.git] / wxPython / src / msw / image.py
index d2200ceafb679cfb5248d46f4a3315d01306e31b..227aa78dcdc0c0049df90875c21244c7c37f0fbe 100644 (file)
@@ -100,6 +100,34 @@ class wxICOHandler(wxICOHandlerPtr):
 
 
 
+class wxCURHandlerPtr(wxICOHandlerPtr):
+    def __init__(self,this):
+        self.this = this
+        self.thisown = 0
+    def __repr__(self):
+        return "<C wxCURHandler instance at %s>" % (self.this,)
+class wxCURHandler(wxCURHandlerPtr):
+    def __init__(self,*_args,**_kwargs):
+        self.this = apply(imagec.new_wxCURHandler,_args,_kwargs)
+        self.thisown = 1
+
+
+
+
+class wxANIHandlerPtr(wxCURHandlerPtr):
+    def __init__(self,this):
+        self.this = this
+        self.thisown = 0
+    def __repr__(self):
+        return "<C wxANIHandler instance at %s>" % (self.this,)
+class wxANIHandler(wxANIHandlerPtr):
+    def __init__(self,*_args,**_kwargs):
+        self.this = apply(imagec.new_wxANIHandler,_args,_kwargs)
+        self.thisown = 1
+
+
+
+
 class wxGIFHandlerPtr(wxImageHandlerPtr):
     def __init__(self,this):
         self.this = this