]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/fonts.i
Applied patch [ 648042 ] Erase background error
[wxWidgets.git] / wxPython / src / fonts.i
index 7506801a9dd64bc135b4a32cc29de877ee9e7db7..4b94964473d3c53b0c3c06dd91c18c7806149b39 100644 (file)
@@ -755,6 +755,11 @@ public:
     // check if the given catalog is loaded
     bool IsLoaded(const wxString& szDomain) const;
 
+    // Retrieve the language info struct for the given language
+    //
+    // Returns NULL if no info found, pointer must *not* be deleted by caller
+    static const wxLanguageInfo *GetLanguageInfo(int lang);
+
     // Add custom language to the list of known languages.
     // Notes: 1) wxLanguageInfo contains platform-specific data
     //        2) must be called before Init to have effect