]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_filesys.i
Add wxPyTabArt
[wxWidgets.git] / wxPython / src / _filesys.i
index be1b01e81ac822badcd5cec219e511503bedde28..8975133d3d522686ca43129bd905143c8cac2e4f 100644 (file)
@@ -144,9 +144,15 @@ public:
 
 class wxFileSystem : public wxObject {
 public:
+    // turn off this typemap
+    %typemap(out) wxFileSystem*;    
+
     wxFileSystem();
     ~wxFileSystem();
 
+    // Turn it back on again
+    %typemap(out) wxFileSystem* { $result = wxPyMake_wxObject($1, $owner); }
+
     void ChangePathTo(const wxString& location, bool is_dir = false);
     wxString GetPath();