]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/image.py
corrections to dynamic loading for Darwin
[wxWidgets.git] / wxPython / src / gtk / image.py
index 1d43e44317f8b1b99702669d6992ad6d68412c1a..1e6fc2e2fad8130e0fb7d64f6eca867098e02125 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