]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
always let GtkTextView have mouse release events to avoid assertion failures in gtk_t...
[wxWidgets.git] / include / wx / filesys.h
index ff06ee7dbdae194c0909a34a79651502fbbbf85f..354d940275d8bfdc8ba94c6e1ccba26737610e9a 100644 (file)
@@ -188,6 +188,9 @@ public:
     // In fact, this class is only front-end to the FS handlers :-)
     static void AddHandler(wxFileSystemHandler *handler);
 
     // In fact, this class is only front-end to the FS handlers :-)
     static void AddHandler(wxFileSystemHandler *handler);
 
+    // Returns true if there is a handler which can open the given location.
+    static bool HasHandlerForPath(const wxString& location);
+
     // remove all items from the m_Handlers list
     static void CleanUpHandlers();
 
     // remove all items from the m_Handlers list
     static void CleanUpHandlers();