]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_filesys.i
Added wxDisplay and wxVideoMode
[wxWidgets.git] / wxPython / src / _filesys.i
index 566f834e9fff52eaedd5ba670deb99e5c4ea7f88..87e95b556ed9fe2fe0255cf939790d7fdb7d1b0b 100644 (file)
@@ -95,7 +95,7 @@ public:
 %name(FileSystemHandler) class wxPyFileSystemHandler : public wxFileSystemHandler
 {
 public:
-    %addtofunc    wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)";
+    %pythonAppend    wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)";
     
     wxPyFileSystemHandler();
 
@@ -122,7 +122,7 @@ public:
     wxFileSystem();
     ~wxFileSystem();
 
-    void ChangePathTo(const wxString& location, bool is_dir = FALSE);
+    void ChangePathTo(const wxString& location, bool is_dir = False);
     wxString GetPath();
 
     wxFSFile* OpenFile(const wxString& location);