]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_listctrl.i
Use the DISOWN typemap
[wxWidgets.git] / wxPython / src / _listctrl.i
index 156c2f658df7af3e18fda8e478335c5646b7243a..60f6ba3edc61e837d92d183008c7b648ace76187 100644 (file)
@@ -578,9 +578,10 @@ public:
 
     // is there a way to tell SWIG to disown this???
 
 
     // is there a way to tell SWIG to disown this???
 
-    %addtofunc AssignImageList "args[1].thisown = 0";    
+    %apply SWIGTYPE *DISOWN { wxImageList *imageList };
     void AssignImageList(wxImageList *imageList, int which);
     void AssignImageList(wxImageList *imageList, int which);
-
+    %clear wxImageList *imageList;
+    
     // returns True if it is a virtual list control
     bool IsVirtual() const;
 
     // returns True if it is a virtual list control
     bool IsVirtual() const;