]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filesys.h
Deprecate wxWindow::MakeModal().
[wxWidgets.git] / interface / wx / filesys.h
index 0fb4383841028d8591826620a424ba92ef140e6c..17157177da50c5497c9c60a4a680a5865044490b 100644 (file)
@@ -61,6 +61,11 @@ public:
     */
     static void AddHandler(wxFileSystemHandler* handler);
 
+    /**
+       Remove a filesystem handler from the list of handlers.
+    */
+    static wxFileSystemHandler* RemoveHandler(wxFileSystemHandler *handler);
+    
     /**
         Sets the current location. @a location parameter passed to OpenFile() is
         relative to this path.