]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
implement the wxGTK selective yield with a different approach: rather than getting...
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 0c80dfc9be1e5a19d0f0312b9204a333b92dd99b..c324aec9308e3d7e942c289a45d489e15b0b2fde 100644 (file)
@@ -115,6 +115,9 @@ public:
     // Loads resources from single XRC file.
     bool LoadFile(const wxFileName& file);
 
+    // Loads all XRC files from a directory.
+    bool LoadAllFiles(const wxString& dirname);
+
     // Unload resource from the given XML file (wildcards not allowed)
     bool Unload(const wxString& filename);