]> 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 c15202e8a79a5256cdd8e3432f2af99959ea8f2b..c324aec9308e3d7e942c289a45d489e15b0b2fde 100644 (file)
@@ -109,9 +109,15 @@ public:
     virtual ~wxXmlResource();
 
     // Loads resources from XML files that match given filemask.
-    // This method understands VFS (see filesys.h).
+    // This method understands wxFileSystem URLs if wxUSE_FILESYS.
     bool Load(const wxString& filemask);
 
+    // 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);