]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xml/xml.h
Implement wxCOL_WIDTH_AUTOSIZE on OS X.
[wxWidgets.git] / interface / wx / xml / xml.h
index 514fa1a508d7ef1374c2463232db184ae26ec1d0..397c74780660ea7f46220fe0eaf99c961e0735ed 100644 (file)
@@ -645,5 +645,13 @@ public:
         Deep copies the given document.
     */
     wxXmlDocument& operator=(const wxXmlDocument& doc);
+
+    /**
+       Get expat library version information.
+
+       @since 2.9.2
+       @see wxVersionInfo
+    */
+    static wxVersionInfo GetLibraryVersionInfo();
 };