]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
replace wxHashTable with a type safe hash map of Window to wxWindow
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 76dbd1e972034f76fbdfc47a227182f9ffe0f715..198efa7a7e7cab1facd5b862791e5d1e1e564d26 100644 (file)
@@ -93,7 +93,8 @@ WX_DECLARE_USER_EXPORTED_OBJARRAY(wxXmlResourceDataRecord,
 enum wxXmlResourceFlags
 {
     wxXRC_USE_LOCALE     = 1,
-    wxXRC_NO_SUBCLASSING = 2
+    wxXRC_NO_SUBCLASSING = 2,
+    wxXRC_NO_RELOADING   = 4
 };
 
 // This class holds XML resources from one or more .xml files