%name(FileSystemHandler) class wxPyFileSystemHandler : public wxFileSystemHandler
{
public:
- %addtofunc wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)";
+ %pythonAppend wxPyFileSystemHandler "self._setCallbackInfo(self, FileSystemHandler)";
wxPyFileSystemHandler();
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);